Skip to documentation
Browse documentation

List Advertiser Creatives

Lists every creative run by a specific advertiser, identified by their Google advertiser id (e.g. AR…), within a region. Returns raw creative payloads.

Capability ID google-adstransparency.advertiser-ads.list
Cost 1 credit per request
Maximum runtime 120 seconds
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
advertiser_id string Required Google advertiser id (e.g. "AR06910682252145491969"). Obtain via advertiser.search.
cursor string Optional Page token from a previous response's next_cursor.
limit integer Optional Maximum number of creatives to return (default: 50).
region string Optional ISO-3166 alpha-2 region code, or "anywhere" (default: anywhere).

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

No committed sample output is available for this capability yet.

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.

Resources