We see inconsistent results from the reach estimate endpoint.
https://dev.twitter.com/ads/reference/1/get/accounts/%3Aaccount_id/reach_estimate
The doc says only 4 criteria are required. But it seems that it does not work that way.
Can you verify and confirm it is a bug or just the doc is not in sync temporary.
works with
"data": { "product_type": "PROMOTED_TWEETS", "currency": "USD", "objective": "TWEET_ENGAGEMENTS", "campaign_daily_budget_amount_local_micro": 10000, "broad_keywords":"coffee", "age_buckets":"AGE_45_TO_54" }
does not work with
"data": { "product_type": "PROMOTED_TWEETS", "currency": "USD", "objective": "TWEET_ENGAGEMENTS", "campaign_daily_budget_amount_local_micro": 10000, "age_buckets":"AGE_45_TO_54" }
error goes
Object code : "MISSING_PARAMETER" message : "At least one of the required targeting criteria need to be specified for reach estimation"