I'm trying to send my very first request to AdWords API (get some info about campaign).
So I setted up:
1. The client id - From Google API console (mcc email used).
2. Secret id - From Google API console (mcc email used).
3. Refresh token - Production MCC account.
4. Developer token - Production MCC account which is in pending approval.
5. Adwords Client customer id of the test account in test manager account.
If I use production MCC refresh token and test client customer account ID I get this error:
AuthorizationError.USER_PERMISSION_DENIED
If I use test MCC refresh token and test client customer account ID I get this error:
error: 'invalid_grant', error_description: 'Bad Request'
So what do I have to use to get access to AdWords API?