Skip to main content
GET
List account presences (alpha)
Alpha. This operation requires the directed-campaigns mirror gate, same as the other storefront-connection drill-in endpoints. It 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 — a seller-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 seller 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

  • 403 FEATURE_NOT_ENABLED — the customer lacks directed-campaigns mirror access.
  • 404 NOT_FOUND — the connection/account does not belong to this customer, or does not exist.
See Errors for the full error contract.

Directed campaigns (alpha)

The connected-account model presences live on

Ad platform accounts

Connecting and mapping provider accounts

Pagination

Offset-based list paging