I’m having the same problem here. The API endpoint is showing us that the account does not have access to age targeting. But the Twitter Ads UI has it. The account manager has already whitelisted the feature.
Here is the Twurl:
twurl -X “GET” -H “ads-api.twitter.com” “/1/accounts/v7lr2/features” | python -m json.tool
Here are the results:
"data": [
"ALLOW_SKIPPABLE_VIDEOS_FOR_VIDEO_VIEWS_PREROLL_OBJECTIVE",
"CPI_CHARGING",
"ENGAGER_RETARGETING",
"EVENT_TARGETING",
"INSTALLED_APP_CATEGORY_TARGETING",
"MOBILE_CONVERSION_TRANSACTION_VALUE",
"OPTIMIZED_ACTION_BIDDING",
"VIDEO_APP_DOWNLOAD_CARD"
],
"data_type": "features",
"request": {
"params": {
"account_id": "v7lr2"
}
}
Notice that there is no ‘AGE_TARGETING’?
Now, observe the Twitter Ads UI for the same account:
It looks like it only happens on certain accounts, such as the the one show above. Please advise.