I'm experiencing troubles requesting list of campaigns for some accounts. I'm requesting data with C# SDK , and my query is pretty simple: /v2.2/act_<account id>/adcampaign_groups
.
For some accounts this works fine, but for some it returns OAuthException #10 (You do not have sufficient permissions to perform this action).
The result is the same when using Graph Explorer, so it doesn't seem like SDK issue. I also get the same error when requesting /v2.2/act_<account id>
. But I see this account with all its properties when requesting /v2.2/me/adaccounts
.
I have administrator permissions in ads cabinet, and I can see campaigns for these faulty accounts in web UI, so I don't see any reason why it shouldn't work.
Any help?