Hi,

As mentioned by my colleague earlier, to include the clientCustomerId in 
the request header at runtime, you can programmatically set it by following 
the instructions (refer to the section of the language you are using) 
provided in this guide 
<https://developers.google.com/adwords/api/docs/guides/samples-use-cases#anatomy_of_an_api_code_sample>
.

For example, if you are using C# for development, then you may set 
clientCustomerId programmatically using the Config property of the 
AdWordsUser object. Please refer to the sample code below: 

AdWordsUser user = new AdWordsUser(); 
AdWordsAppConfig config = (AdWordsAppConfig) user.Config; 

user.Config.clientCustomerId = "<CUSTOMER ID>";


Regards,
Ivan
AdWords API Team 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c00600fa-3c77-473e-b8f3-d3f031c4de9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Callout ... dima
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
    • Re:... Matthew Wawrin
      • ... dima
      • ... dima
        • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
          • ... dima
            • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
              • ... dima
                • ... 'Ivan Bautista' via AdWords API Forum
                • ... dima
                • ... radim . kleinpeter
                • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to