Hi,
recently (last few days) it looks like the reach_estimate endpoint always returns count = 0.
We have tried with various parameter values for bit_type and bid_amount_local_micro but the results are the same, count is always 0.
BTW - the infinite bid count does change for example when we change the similar_to_followers_of_users value.
e.g.
twurl -H https://ads-api.twitter.com “/0/accounts/xxxxxxxx/reach_estimate?product_type=PROMOTED_TWEETS&similar_to_followers_of_users=zzzzzzzz” | jq .
{
“request”: {
“params”: {
“account_id”: “xxxxxxxxx”,
“similar_to_followers_of_users”: [
zzzzzzzz
],
“followers_of_users”: null,
“product_type”: “PROMOTED_TWEETS”
}
},
“data”: {
“infinite_bid_count”: 9370,
“count”: 0
},
“data_type”: “reach_estimate”
}
Thanks.