Attach ad-group assets
Creates and attaches sitelinks, callouts and structured snippets in one Google mutation.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Numeric Google platform id.
^\d+$Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Provide at least one of sitelinks, callouts or structuredSnippets. Sitelink description1 and description2 must be supplied together.
Response Body
application/json
application/json
application/json
application/json
{ "adGroupId": "string", "sitelinkAssetResourceNames": [ "string" ], "calloutAssetResourceNames": [ "string" ], "structuredSnippetAssetResourceNames": [ "string" ]}List ad-group assets
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.
Update ad-group assets
Edits existing Google assets in place. Send updates with assetResourceName and the fields to change. An asset is shared: changes affect every attachment using it. Omitted fields stay unchanged. The operation consumes the Google operations budget and invalidates affected cached lists.