I'm trying to access the AdWords API via my MCC account.  Logging in
to the MCC, everything looks good, no error messages or account
notifications and I can actively manage my clients through the
account.  However, when trying to connect to the API, I get this error
from the SOAP request: QuotaCheckError.ACCOUNT_INACTIVE.

Here is the code in my app (variables omitted):
creds = {
                        'useragent' => '***app-name***',
                        'password' => '***mcc-password***',
                        'email' => '***mcc-email***',
                        'token' => '***app-token***',
                }
                adwords = 
AdWords::API.new(AdWords::AdWordsCredentials.new(creds))

The token is approved and billing is setup for the account.

Connecting to the sandbox works fine, but when I switch to production
I get the ACCOUNT_INACTIVE error.

Any ideas what could be wrong?

Andy

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to