Skip to main content
GET
List account presences
This operation is read-only.
Returns the presence edges the platform has recorded for one connected account: audiences and event sources the seller reports (tracked), plus any buyer-level audiences or event sources already delivered to that account through AdCP pass-through (pushed). This is a reference-only surface — identity, sync status, and counts — never member lists or event payloads. See Presences: audiences and event sources for the tracked/pushed model. Named operation: list_storefront_connection_account_presences

Request

Parameters

Response

Every row carries direction:
  • tracked — an upstream-discovered object. There is no buyer-level master yet; audienceId/eventSourceId are omitted entirely until the object is explicitly adopted.
  • pushed — a buyer-level object already delivered to this account through AdCP pass-through. The matching master id (audienceId for objectType: "audience", eventSourceId for objectType: "event_source") is always present.
rowCount and lastSyncedAt reflect the last successful sync only; the platform never stores the members or events themselves (custody is a separate, explicitly consented capability — see Presences: audiences and event sources). retiredAt is null unless the upstream provider reported a terminal status (deleted, suspended, failed) for the object; pass includeRetired=true to see retired edges. total is the count across all pages. Results use offset pagination (take / skip); see Pagination.

Errors

  • 404 NOT_FOUND — the connection/account does not belong to this customer, or does not exist.
See Errors for the full error contract.

Campaigns on connected provider accounts

Connected provider account presences live on

Ad platform accounts

Connecting and mapping provider accounts

Pagination

Offset-based list paging