Ad Accounts

List account snippets

Lists directly attached Google assets. Fresh reads are cached for 10 minutes; exhausted quota may return the last successful read with stale=true. Inherited assets are not included.

get/v1/ads/accounts/structured-snippets

Query parameters

accountIdstring required

Zernio Google Ads connection id.

adAccountIdstring

Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.

customerIdstring

Alias of adAccountId, kept for existing callers

Response

Assets returned.

customerIdstring
cachedAtstring date-time nullable

Time of the cached Google read. Null when no cache was used.

staleboolean

True when exhausted quota required returning the last successful read.

Changes