Hi Ulfat, The error could mean one of the two things:
1. You are not using the developer token from your production account 333-332-3726 2. You haven't entered billing details and accepted AdWords API T&C on your production account 333-332-3726. It is fine to use ClientCustomerId as 247-901-4773, but if you want to do things like create campaigns, ads, etc. you also need to create an advertiser account under your test MCC 247-901-4773 and use that ID in ClientCustomerId header. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 8, 2014 2:31:44 AM UTC-5, [email protected] wrote: > > > Hi > > I have the following setup. > ======================================================= > I have an MCC account for production with the details > Customer ID : 333-332-3726 > Email Address : [email protected] > ======================================================= > I have an test MCC account with the details > Customer ID : 247-901-4773 > Email Address : [email protected] > ======================================================= > I have also created an application on " > https://console.developers.google.com" with following details > name : TestAppForMCCAccount > email : [email protected] (used > for sign in purpose to create the application ) > ClientId : xxxxxxxxx.apps.googleusercontent.com > Client Secret : xxxx > Product Name : "Test Website For AdWord Account Testing" ( for consent > screen) > ======================================================= > I am using the sample in client libraries( for .net). I have added the > following values in the web.config of web application sample, > <add key="UserAgent" value="TestAppForMCCAccount"/> > <add key="DeveloperToken" value="xxxxxxxxxxxxxxxx"/> > <add key="ClientCustomerId" value="247-901-4773"/> // this is the Id of > test mcc account > <add key="OAuth2ClientId" value="xxxxxxxxx.apps.googleusercontent.com" /> > <add key="OAuth2ClientSecret" value="xxxx" /> > <add key="OAuth2Mode" value="APPLICATION" /> > <add key="OAuth2RefreshToken" value="" /> // I have set it empty. > ======================================================= > When I run the application and start authorization process, then I am > taken to sign in page where I sign in using " > [email protected]". Then it asks me that > application would like to "Manage your AdWords campaigns". I grant > permissions and redirected to main page of web application. Here I enter > the Customer ID which is "247-901-4773" for the test MCC account(I have not > created any AdWord account in test account). When I click button to get the > campaigns then I get the error of "INCOMPLETE_SIGNUP". > > Am I missing some key here? > Do we still need to enter the billing information in Production MCC > account even if we are using the testing account? > > Regards > Ulfat Hussain > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1f9f64a6-c9bc-426c-989d-8f6b472d63c8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
