Hi
I have the following setup.
=======================================================
I have an MCC account for production with the details
Customer ID : 333-332-3726
Email Address :
ulfathussa...@gmail.com=======================================================
I have an test MCC account with the details
Customer ID : 247-901-4773
Email Address :
ulfathussain.dp...@gmail.com=======================================================
I have also created an application on "
https://console.developers.google.com" with following details
name : TestAppForMCCAccount
email :
ulfathussain.dp...@gmail.com (used for sign in purpose to create the application )
ClientId :
xxxxxxxxx.apps.googleusercontent.comClient 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 "
ulfathussain.dp...@gmail.com". 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