This page covers direct ad platform adapter connections (Meta, TikTok,
Google Ads, and similar). On platform-composed storefronts, the same question
is answered by the
get_account_resources tool, which labels capability and
coverage per source on every response — see
AdCP on the buy side.
Direct adapter storefronts do not expose that tool.Reading the tables
Each read falls into one of four coverage classes:
Two more distinctions matter when interpreting any of these reads:
- Discovery is not attachment. These reads answer “what exists in the account right now” by asking the platform directly. An object appearing in a discovery read does not mean it is attached to, or usable by, any particular campaign — and an object synced through Scope3 remains tracked even if a later discovery read cannot see it.
- Only a full-inventory read is authoritative. A bound-only or synthesized result is still real data, but absence from it proves nothing about the account. Never treat a partial read as evidence that an object does not exist.
Audiences
Audience inventory is read with a discovery-modesync_audiences call (no
audience list supplied, so nothing is created or modified). No audience
membership data is ever returned — identity, status, and match counts only.
Signals
Signals are read withget_signals, a read-only projection of the platform’s
audience inventory into AdCP signal references.
Signal coverage follows the platform’s audience coverage above: on a platform
whose audience read is bound-only, the signal projection inherits the same
limitation.
Event sources
Event sources (pixels, tags, conversion actions) are read with a discovery-modesync_event_sources call. No event payloads or setup secrets
are returned.
Seller-managed entries describe measurement the platform performs natively.
Synthesized entries confirm the platform’s tagging surface exists for the
account but say nothing about which tags are actually installed.
Related
Connecting Ad Platform Accounts
How account access is granted and what write access means
Ad Platform Accounts
Organization vs advertiser accounts and how discovered accounts map to advertisers