skip to Main Content

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


  1. Chosen as BEST ANSWER

    For testing purposes, I included every field described in the documentation, including impressions_dummy, which apparently causes that error.

    ¯_(ツ)_/¯


  2. 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’

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search