Ads API •References / Estimate / Get Bid Estimate
Get Bid Estimate
Returns a bid estimate (recommended bid range) based on specific ad set parameters.
Request
- ad_account_idstring [uuid]Required
- 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"
Response
- bid_estimate_maxinteger [int64]Example:
24000000
- bid_estimate_mininteger [int64]Example:
17000000
- cost_modelstring [ad-set-cost-model]Allowed values:
"CPCL"
,"CPM"
,"CPC"
,"UNSET"
Example:"CPCL"
Response sample
{ "bid_estimate_max": 24000000, "bid_estimate_min": 17000000, "cost_model": "CPM"}