Hello!
I have a working access to account in the old Adwords API
- customerId
- developerToken
- clientId (from my email which has Standard Access and can access via Google Ads UI)
- clientSecret
This account isn't connected to my MCC, I have only Standard access to it.
But when I try to connect via Ads API, I get an error
"message": "The caller does not have permission",
"code": 7,
"status": "PERMISSION_DENIED",
I tried the following options
- empty
- my MCC (though it's connected)
So I want to know, is it required field, so I need to access like this
(App) => (MyMCC) => (Account)
and not like this
(App) => (Account)
We are preparing to migrate to from Adwords API,
so if this additional field is required and there is no way of working the old way,
please let me know