I'm using Ads Api with this call in order to get the ad accounts:
me/?fields=adaccounts
I see one account with this result:
{"adaccounts": {"data": [{"account_id": "1234567", "id": "act_1234567"}],
"paging": {"cursors": {"after": "NjAxNDA2OTk5Mzg3Ng==", "before": "NjAxNDA2OTk5Mzg3Ng=="
}}},
"id": "111111"}
But, when our client uses ads manager he can see two accounts. The one from this result and another one. Our client told me that this user has advertising permissions to the second account.
How can it be? am I missing something? why can't I see both adaccounts?
Thanks.