Hi
I have the following setup
===============================================================================================
MCC Production
===============================================================================================
email :
ulfathussa...@gmail.comaccount name : UlfatHussainMCCAccount
Customer ID : 333-332-3726
Developer token : xxxxxxxxxxx (Pending approval)
Company Information
Advertiser
UlfatHussainMCCProduction
http://my.domain1.com ( this is local)
ulfathussa...@gmail.com===============================================================================================
MCC Test Account
===============================================================================================
email :
ulfathussain.dp...@gmail.com account name : UlfatHussainMCCAccounTest
Customer ID : 247-901-4773
===============================================================================================
===============================================================================================
TestAppForMCCAccount (Application in "Google Developers Console")
===============================================================================================
email :
ulfathussain.dp...@gmail.com ClientId :
xxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.comClient Secret : xxxxxxxxxxxxxxxxxxxxx
===============================================================================================
I am using the sample from .net clients libraries. I am testing using the web application. I have set the following settings
<add key="UserAgent" value="TestAppForMCCAccount"/>
<add key="DeveloperToken" value="xxxxxxxxxxxxxx"/>
<add key="ClientCustomerId" value="247-901-4773"/> <!-- This is
ulfathussain.dp...@gmail.com -->
<add key="OAuth2ClientId" value="xxxxxxxxxxxxxxxxxxxxxxx" />
<add key="OAuth2ClientSecret" value="xxxxxxxxxxxxxxx" />
<add key="OAuth2Mode" value="APPLICATION" />
<add key="OAuth2RefreshToken" value="" />
I have not created AdWord account in MCC test account. I am getting the error
"InnerException = {"[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'<null>']"}" .
What I am missing? Do I need to add the billing information for Production MCC account also?
Or I have to add some AdWord accounts against which I have to make th API call?
Regards
Ulfat Hussain