Hello, I’m getting the estimated audience size using the following:
https://dev.twitter.com/ads/reference/get/accounts/%3Aaccount_id/reach_estimate
If I set the parameter “behaviors” (a list of behaviors indentifiers in a comma-separated string) it works fine, it gets me a 200 msg with the audience size. However, if I set the parameter “behaviors_expanded” with the same data instead of “behaviors”, it gets me a 200 msg but the audience size always 0.
Does it happen to anyone? Thanks