Hello,
We have noticed that 2 accounts are displayed as whitelisted for the website conversion objective in the native Twitter UI, but are not showing as whitelisted in the API. Please see the twurl and response below for details. Could we please whitelist these accounts for the website conversions objective in the API?
twurl -H ‘ads-api.twitter.com’ ‘/1/accounts/18ce53yaj83/features’ | jq
{
“request”: {
“params”: {
“account_id”: “18ce53yaj83”
}
},
“data_type”: “features”,
“data”: [
“AGE_TARGETING”,
“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”,
“REACH_AND_FREQUENCY_ANALYTICS”,
“VALIDATED_AGE_TARGETING”,
“VIDEO_APP_DOWNLOAD_CARD”
]
}
twurl -H ‘ads-api.twitter.com’ ‘/1/accounts/azg6y/features’ | jq
{
“request”: {
“params”: {
“account_id”: “azg6y”
}
},
“data_type”: “features”,
“data”: [
“AGE_TARGETING”,
“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”,
“REACH_AND_FREQUENCY_ANALYTICS”,
“VALIDATED_AGE_TARGETING”,
“VIDEO_APP_DOWNLOAD_CARD”
]
}