Ads API •References / Estimate / Get Audience Estimate
Get Audience Estimate
Returns an audience estimate (min and max impressions and reach) based on specific ad set parameters.
Request
- ad_account_idstring [uuid]Required
- bid_micro_amountinteger [int64]RequiredExample:
12000000
- bid_optimization_goalstring [bid-optimization-goal]RequiredAllowed values:
"UNSET"
,"AD_COMPLETES"
,"CLICKS"
,"EVEN_IMPRESSION_DELIVERY"
,"REACH"
Example:"AD_COMPLETES"
- budget_micro_amountinteger [int64]RequiredExample:
300000000
- Required
- maxintegerRequiredRange:
13
-65
Example:65
- minintegerRequiredRange:
13
-65
Example:13
- artist_idsarray of strings
- city_idsarray of integers
- country_codestringExample:
"US"
- dma_idsarray of integers
- gender_namesarray of GenderAllowed values:
"MALE"
,"FEMALE"
,"NON_BINARY"
Example:"MALE"
- genre_idsarray of strings
- platform_namesarray of PlatformAllowed values:
"IOS"
,"DESKTOP"
,"ANDROID"
,"OTHER"
Example:"IOS"
- playlist_idsarray of strings
- region_idsarray of integers
- custom_audience_idsarray of strings
- formatstring [format]RequiredAllowed values:
"AUDIO"
,"VIDEO"
Example:"AUDIO"
- start_datestring [date-time]RequiredExample:
"2022-11-06T14:00:00Z"
- end_datestring [date-time]RequiredExample:
"2022-11-10T14:00:00Z"
Response
- estimated_ads_served_maxinteger [int64]Example:
5
- estimated_ads_served_mininteger [int64]Example:
1
- estimated_reach_maxinteger [int64]Example:
5
- estimated_reach_mininteger [int64]Example:
1
Response sample
{ "estimated_ads_served_max": 5, "estimated_ads_served_min": 1, "estimated_reach_max": 5, "estimated_reach_min": 1}