Hi,
I get this error trying to get information about campaigns. I'm using one of the examples of the official .Net Library.
Looking for a similar post, I found this:
Answering what Takeshi Hagikura asked in the post reply:
Are you using a test account or a production account?
Both, Production and Testing account.
Either way, please make sure you have accepted the terms&conditions for AdWords API.
Yes, I have.
If you use a production account, please make sure you have filled in the billing information.
Yes, I have. Production MCC Developer Token is pending approval.
Error message:
Failed to get campaigns. Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."
What I get from OAuth2:
<add key='AuthorizationMethod' value='OAuth2' />
<add key='OAuth2ClientId' value='XXXXXXXXXXXXXXX' />
<add key='OAuth2ClientSecret' value='XXXXXXXXXX' />
<add key='OAuth2RefreshToken' value='XXXXXXXXXXX' />
Thank you,