Yes, this what I did in line: _customerExtensionSettingService.RequestHeader.clientCustomerId = customerId;
the code snippet I posted is working example that I wrote, I posted it here as an example if some one will look for solution On Monday, March 27, 2017 at 9:03:10 AM UTC+3, Ivan Bautista wrote: > > 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/ffd516ee-3bc2-4bdb-9860-c9994301c031%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.