Why does my query to the Ad Insights API result in the following response?
https://graph.facebook.com/v2.9/<ad_id>/insights?access_token=<access_token>&fields=...
{
"error": {
"message": "(#3) User must be on whitelist",
"type": "OAuthException",
"code": 3,
"fbtrace_id": "..........."
}
}
2
Answers
For testing purposes, I included every field described in the documentation, including
impressions_dummy
, which apparently causes that error.¯_(ツ)_/¯
Yes, I too had the same problem and came here. I then removed one by one field and stumbled across the same answer. Moreover, not all fields are required for analysis, especially the ones related to ‘video’