Ad Campaigns

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.

get/v1/ads/ad-sets/{adSetId}/assets

Path parameters

adSetIdstring required

Numeric Google platform id.

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.

adGroupIdstring
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