Google ad-words API authentication issue -


i trying authenticate against adwords api using oauth 2.0 native application.

i've created mcc production account , mcc test account. i've accepted terms , conditions , submited billing information in mcc production , test account.

i following official tutorial , generating refresh token. (https://developers.google.com/adwords/api/docs/guides/authentication)

i trying access mcc test account, not trying connect production one. unfortunately getting error when trying connect adwords java code. first of using mcc test developer token , in case getting:

 faultstring: [quotacheckerror.account_inactive @ ; trigger:'&lt;null&gt;']  faultactor:   faultnode:   faultdetail:      {https://adwords.google.com/api/adwords/cm/v201306}apiexceptionfault:<message>[quotacheckerror.account_inactive @ ; trigger:'&lt;null&gt;']</message><applicationexception.type>apiexception</applicationexception.type><errors xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:type="quotacheckerror"><fieldpath/><trigger>&lt;null&gt;</trigger><errorstring>quotacheckerror.account_inactive</errorstring><apierror.type>quotacheckerror</apierror.type><reason>account_inactive</reason></errors> 

next trying switch production token still pointing mcc test account. getting new error:

 faultstring: [quotacheckerror.incomplete_signup @ ; trigger:'&lt;null&gt;']  faultactor:   faultnode:   faultdetail:      {https://adwords.google.com/api/adwords/cm/v201306}apiexceptionfault:<message>[quotacheckerror.incomplete_signup @ ; trigger:'&lt;null&gt;']</message><applicationexception.type>apiexception</applicationexception.type><errors xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:type="quotacheckerror"><fieldpath/><trigger>&lt;null&gt;</trigger><errorstring>quotacheckerror.incomplete_signup</errorstring><apierror.type>quotacheckerror</apierror.type><reason>incomplete_signup</reason></errors> 

any ideas doing wrong?

thanks lot!

if receiving incomplete_signup errors, please read error handling guide


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -