Hi Anash, Will setting the ClientCustomerId in this fashion work for a multiple threads in .NET? I believe that when setting this property in multiple threads it will cause threads to overlap each other since I think this ClientCustomerId property is global. For example, I don't believe I can kick off one thread with one ClientCustomerId and then kick off another thread with another ClientCustomerId at the same time. Thanks in advance.
On Dec 1 2011, 2:50 am, "Anash P. Oommen" <anash.p.oommen [email protected]> wrote: > Hi Nikhil, > > Try this: > > (user.Config as AdWordsAppConfig).ClientCustomerId = > "YOUR_CUSTOMER_ID_HERE"; > new ReportUtilities(user).DownloadReport(definition, path); > > Cheers, > Anash P. Oommen, > AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
