I checked out following docs:
https://dev.twitter.com/ads/reference/get/accounts/%3Aaccount_id/features
And used following endpoint :
GET https://ads-api.twitter.com/2/accounts/my_account_id/features
And got following results :
{
"request": {
"params": {
"account_id": "my_account_id"
}
},
"data": [
"ALLOW_SKIPPABLE_VIDEOS_FOR_VIDEO_VIEWS_PREROLL_OBJECTIVE",
"AWARENESS_OBJECTIVE",
"CPI_CHARGING",
"EVENT_TARGETING",
"INSTALLED_APP_CATEGORY_TARGETING",
"MOBILE_CONVERSION_TRANSACTION_VALUE",
"OPTIMIZED_ACTION_BIDDING",
"VIDEO_APP_DOWNLOAD_CARD"
]
}
As you can see there is no VALIDATED_AGE_TARGETING for my account. On UI there is also no AGE targeting options.
So how do I enable this targeting criteria?