Hi Twitter developer,
We enabled our website conversion event of “Digital Marketing Reading List” with conversion type as “site visit” from Twitter’s conversion tracking page, we also added/enabled website tag and the status of conversion type is showing as “TRACKING” for 60 days, but somehow we couldn’t retrieve any data from API call.
When issue API call, it threw an error as:
Twitter jean$ twurl -H “ads-api.twitter.com” “/2/insights/accounts/?audience_type=CAMPAIGN&audience_value=9h0rd&interaction_type=CONVERSION” | jq
{
“errors”: [
{
“code”: “UNAUTHORIZED_AUDIENCE”,
“message”: “This ads account does not have access to CAMPAIGN audience having audience value 9h0rd and interaction type CONVERSION.”
}
],
“request”: {
“params”: {
“audience_type”: “CAMPAIGN”,
“audience_value”: “9h0rd”,
“interaction_type”: “CONVERSION”,
“account_id”: “*”
}
}
}
We have reported the issue to Twitter’s support team and they suggested us to post our issue to Twitter’s Dev Forums.
Could Twitter developers help us to find out why our conversion data from API call returns nothing.
Thanks,
Jean