QueryDeliveryAnalytics returns total counts of events delivered to integrations.

Returns delivered, error, and filtered counts over the requested time range,
grouped by the requested dimensions. At least one dimension is required.
Events queued for retry are excluded until delivery resolves as delivered or error.
Rate limited to 10 requests per minute (burst of 5), shared with QueryIngestionAnalytics;
exceeding the limit returns ResourceExhausted (HTTP 429).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
dimensions
array of strings | null

Dimensions group the results. At least one is required; duplicates are ignored.
Each count in the response carries one dimensions entry per requested dimension.
Allowed dimensions:

  • write_key (pipeline)
  • event_name (normalized, e.g. order_completed)
  • integration
  • integration_id
  • reason (populated for error and filtered counts; empty for delivered)
dimensions
date-time | null

End of query range (exclusive).

object,null | protobuf.streamingpb.v1.DeliveryStatFilters

Optional filters to narrow results. Filter fields combine with AND; values within a field with OR.

options
array of strings | null

Optional behaviors. DELIVERY_ANALYTICS_OPTION_ACTIVE_PIPELINES: automatically filter to currently deployed pipeline write keys (mutually exclusive with write key filters).

options
Allowed:
date-time | null

Start of query range (inclusive). Must not be after end.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json