Hi Sujeesh, I checked the customer IDs below, and they are all production (non-test) accounts. While your dev token is pending you can only use it for requests against test accounts (see a similar post<https://groups.google.com/d/msg/adwords-api/cLlSlrsDtLo/Lsw067dtWy0J>). You can set up a test account at the following url:
https://developers.google.com/adwords/api/docs/test-accounts Thanks, Josh, AdWords API Team On Tuesday, December 3, 2013 5:19:51 AM UTC-5, mccsujees Suku wrote: > > Hi, > > I have a problem with the API Adwords. I created a test account in mcc. > > When i try to connect to API i see an error : Fatal error: Uncaught > SoapFault exception: [soap:Server] [QuotaCheckError.INCOMPLETE_SIGNUP @ ; > trigger:''] in AdsSoapClient.php:216 > > My user credentials are : [email protected] <javascript:> > Customer ID : 546-399-8432(collected from right top) > > I have created two client child customer accounts in mcc account. > > The child customer ID's - 584-546-3751(Mcc Sujeesh) and > 428-560-0753(Test). > > In the file auth.ini i used: > - developerToken of MCC (pending developer token) > - client_id of test MCC > - client_secret of test MCC > - refresh_token of test MCC > > I have used both my main customer ID (546-399-8432) and child customer ID > (584-546-3751) as "clientCustomerId". But this issues is happening with > two accounts.. > > I am using php client library for API access. I created a test.php file > for making API call. Included "require_once > 'adwords_api/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php'" in the > test.php file. Then created user object by using function. > > $user = new AdWordsUser(null, $adwords_username, $adwords_password, > $adwords_developerToken); > > After that I accessed to the GetCampaigns function by using this user > account. > > But when executing the test.php file, it shows these errors. I have > attached the screenshot of the error I got. > > Please help me to resolve this issue. > > > Thanks & Regards. > Sujeesh. > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
