Sign in

Estimate audience

documented

Get audience size estimates for an ad account.

POST /estimates/audienceEstimatesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api-partner.spotify.com/ads/v3/estimates/audience" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"ad_account_id": "{{$ad_account_id}}", "start_date": "{{$start_date}}", "end_date": "{{$end_date}}", "asset_format": "{{$asset_format}}", "bid_strategy": "{{$bid_strategy}}", "bid_micro_amount": {{$bid_micro_amount}}, "budget": {"micro_amount": {{$budget_micro_amount}}}, "currency": "{{$currency}}"}'