Accounts & Ops
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.
PlatformsGoogle
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
accountId*string
Zernio Google Ads connection id.
Match
^[a-fA-F0-9]{24}$customerId?string
Google customer id without dashes. Required when the connection has multiple customers.
Match
^\d+$Response Body
application/json
application/json
application/json
application/json
{ "customerId": "string", "structuredSnippets": [ { "assetId": "string", "status": "string", "assetResourceName": "string", "customerAssetResourceName": "string", "header": "string", "values": [ "string" ] } ], "cachedAt": "2019-08-24T14:15:22Z", "stale": true}Was this page helpful?