ConsoleCatalog
Sign in
Google Ads Transparency logo

Google Ads Transparency

Advertisers, ad creatives, run dates, regions, and previews.

Advertiser Details

ASYNCWRITENo auth

Returns an advertiser by ID with name, region, and topic classification.

ParametersFormJSON

Google Ads Transparency advertiser id (AR-prefixed)

Topic tab mode (1=all topics, 2=political)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_adstransparency_google_advertiser_detail",
    "params": {
      "advertiser_id": "AR00544063375903031297",
      "topic_mode": "1"
    }
  }'