Google Pub/Sub
Configure Google Pub/Sub as a real-time event source for journeys.
Connect GrowthLoop to Google Pub/Sub when your events are published to a Pub/Sub topic.
Configure the connection
- Go to the Organization page → Source Connections → New Source Connection.
- Select Google Pub/Sub.
- Fill out the required details:
| Field Name | Required | Description |
|---|---|---|
| Name | Yes | Descriptive name for the source connection. |
| Description | No | Optional context or notes. |
| Subscription Name | Yes | Name of an existing Pub/Sub subscription. |
| Service Account Key | Yes | JSON key for a service account with subscriber access. |
Service account requirements
- Create a Google Service Account.
- Grant
roles/pubsub.subscriber. - Generate and upload a JSON key file.
- The subscription must already exist before configuration.
Operational notes
- Messages are pulled continuously using Pub/Sub's pull model.
- Messages are acknowledged after successful processing.
- GrowthLoop can scale consumption through parallel pulls.
- Click Create to authenticate, validate access, and test message ingestion.
Success
You've configured a Google Pub/Sub source connection. Next, register a real-time event.