Hello,
I am attempting to gain access to the Google Adwords API. And I am following the documentation located at the following:
https://developers.google.com/adwords/api/docs/guides/first-api-call
Unfortunately, I do not seem able to create a test manager account. And there is no indication that the account is a test account except for the following:
Therefore, I used the Developer Token hidden above and proceeded with the guide (we will, eventually, request Basic Access)
When I ran the get_campaigns.py code as indicated in the guide, I get the following erro
googleads.errors.GoogleAdsServerFault: [QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:'<null>']
Looking at common errors on the API guide
It informs me that an unapproved developer token can only make calls against test AdWords accounts. I have tried making test Adwords accounts, using many different emails and accounts to no avail.
Best,
Grant