Hi Chris,
The sample request you provided in your first post is for account id 18ce54cvmes, which does not have the Qualified Views/Qualified Impressions feature enabled (these two names refer to the same product). See below for the list of features enabled for that account.
If you’re seeing that error occur for an ads account which does have the feature enabled, coul dyou please provide the full request and response showing the error code, as well as the full request/response to the GET /1/accounts/:account_id/features endpoint?
twurl -H ads-api.twitter.com "/1/accounts/18ce54cvmes/features"
{
"request": {
"params": {
"account_id": "18ce54cvmes"
}
},
"data_type": "features",
"data": [
"ALLOW_SKIPPABLE_VIDEOS_FOR_VIDEO_VIEWS_PREROLL_OBJECTIVE",
"CPI_CHARGING",
"EVENT_TARGETING",
"INSTALLED_APP_CATEGORY_TARGETING",
"MOBILE_CONVERSION_TRANSACTION_VALUE",
"OPTIMIZED_ACTION_BIDDING",
"VIDEO_APP_DOWNLOAD_CARD"
]
}