Hello Vandita,

No, the client library will set the correct headers for you. Just specify 
the test account CID in the configuration here:

  <add key="ClientCustomerId" value="myTestAccountCID" />

For DotNet log collection, please see this guide:

  
https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-capture-SOAP-messages


-Danial, AdWords API Team.


On Wednesday, September 17, 2014 1:25:23 PM UTC+4, Vandita Chhabaria wrote:
>
> 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/7a3d81f5-a50d-4173-af35-82e3c5be927b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to