Hello!
Can you tell me what is the reach_estimate parameter for TV targeting?
In document says (It is required that you specify at least one primary targeting criterion).
And TV is primary.
Using tv_shows, tv_show or tv doesn’t work:
twurl -H ads-api.twitter.com '/1/accounts/18ce545gvch/reach_estimate?product_type=PROMOTED_TWEETS&objective=WEBSITE_CLICKS&bid_type=MAX&bid_amount_local_micro=10000¤cy=EUR&campaign_daily_budget_amount_local_micro=6000000&tv_shows=10029403942&locations=6416b8512febefc9'
"errors": [
{
"code": "MISSING_PARAMETER",
"message": "At least one of the required targeting criteria need to be specified for reach estimation"
}
],
"request": {
"params": {}
}
Thanks in advanced!