Hi, Currently the AdWords API .NET client library doesn't allow you to change the headers of the AdWordsUser after it's been created. You can however change the header values of a service, using code like:
serviceName.RequestHeader.clientEmail = newvalue; Best, - Eric Koleda, AdWords API Team On Mar 19, 9:11 am, quaylar <che...@gmx.net> wrote: > Answering part of it myself: > > It seems that re-using the AdWordsUser-object is essential when making > many subsequential requests to the API, since > creating a new user would also create a new token each time - which > would count as a separate login each time, and lead to the > account being locked. > > Now, im wondering even more: There is no possibilty to change header- > values for an AdWordsUser once it is created, how is the majority > of users of the .net client lib solving this prob? > I guess its no big deal to modify the sources myself to be able to > change the clientEmail of an existing AdWordsUser - but id rather not > touch external > libs unless absolutely necessary. > > How do you guys get around this issue? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 To unsubscribe from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.