Hi @TheoMMR. I don’t know what your dev team is doing, but the parameters you posted are off… Please transmit to your dev team to follow the documentation precisely.
Problems with your request:
-
gender should be an integer - you’re sending a string
- there is not parameter
interest - it’s interests
- there is no parameter
tv_shows
So you still don’t have a primary targeting option. So the error you’re receiving is accurate and expected.
Try to make this request instead and let us know what you receive:
{
"url": "https:\/\/ads-api.twitter.com\/2\/accounts\/18ce53uoohr\/reach_estimate",
"method": "GET",
"parameters": {
"product_type": "PROMOTED_TWEETS",
"bid_amount_local_micro": "2000000",
"currency": "EUR",
"objective": "WEBSITE_CLICKS",
"campaign_daily_budget_amount_local_micro": "550",
"locations": "879d7cfc66c9c290",
"age": "AGE_13_TO_34",
"gender": 1,
"languages": "nl",
"interests": "1001,1002,1003,1004,1005,1006,1007,1008,1009,1010"
}
}