Hello,
I have followed the instruction in order to test the Adword API:
- Created a "production" adword manager account
- Got an Developer token
- Created a "test" adword manager account
- Created OAUTH2 Credentials for this account
- Got the refresher token with this account
- Tried to do some basic actions that comes with the PHP example AdwordAPI package but still get QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED
I also tried using OAUTH2 credentials for production account and getRefresherToken, but same issue (which makes sense).
However I don't understand if I have to link my production and test account somehow?
Regards,
Alix