Hello,

This is my 2nd question in Forum.

I am writing code to access Adwords API via test account. But I have read 
on the Page of Test Account that - 
" The clientCustomerId SOAP header value *must* be set to the test account 
CID in order to make a request against that test account. If you don't 
specify the clientCustomerId, then you may receive an INCOMPLETE_SIGNUP 
<https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError>
 error."

I have read the page how to Configure App.Config file by which I have made 
changes in following Parameters :
 <add key="UserAgent" value="abcdefghijklmnop" />
    <add key="DeveloperToken" value="22characterlongToken" />   
    <add key="ClientCustomerId" value="myTestAccountCID" />

    <!-- Settings specific to use OAuth2 as authentication mechanism. You 
could
         run Common\Util\OAuth2TokenGenerator.cs to generate this section 
of the
         config file.
    -->

    <add key='AuthorizationMethod' value='OAuth2' />
    <add key='OAuth2ClientId' 
value='somethingsomethingl.apps.googleusercontent.com' />
    <add key='OAuth2ClientSecret' value='generatedbyTokenGenerator' />
    <add key='OAuth2RefreshToken' value='generatedbyTokenGenerator' />

Are there any other changes required ??
How to see SOAP xml files of my Application ?

Please guide me !
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/4d18e5f3-dedf-4883-b742-efc73852c453%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to