Type | Key | Value |
---|---|---|
Attribute | event-type | Vital event type, e.g., daily.data.activity.created |
Attribute | blob-type | json : UTF8 JSON document |
Attribute | blob-codec | gzip : The blob is compressed by gzip. null or absent: The blob is uncompressed. |
Attribute | idempotency-key | The event delivery ID; only unique amongst all events from the same user and of the same event type. |
Ordering Key | - | Vital User ID (If you have enabled Event Ordering) |
blob_codec
to identify if decompression of
the message payload blob is necessary.blob-type == json
).Having said that, you are strongly encouraged to check for and drop any events with unrecognized blob-type
and blob-codec
.us-central1
and europe-west1
PubSub regional endpoints.
roles/pubsub.publisher
)roles/pubsub.viewer
)pubsub.topics.get
pubsub.topics.publish
Environment | Region | Service Account |
---|---|---|
Sandbox | US | customer-topics-us@vital-sandbox.iam.gserviceaccount.com |
Sandbox | Europe | customer-topics-eu@vital-sandbox.iam.gserviceaccount.com |
Production | US | customer-topics-us@vital-prod-307415.iam.gserviceaccount.com |
Production | Europe | customer-topics-eu@vital-prod-307415.iam.gserviceaccount.com |