Re: Efficient AdHoc report downloads

2012-12-12 Thread Reinhold Maurus
Dear Anash, is there a c# code example covering getting AdHoc reports with DownloadClientReport (with MCC account - for each account getting the ClientCustomerID for each client)? Cheers Reinhold -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Efficient AdHoc report downloads

2012-03-29 Thread Anash P. Oommen
Hi Adam, 10 is the recommended number. There's an updated version of the Java library being built at http://code.google.com/p/google-api-ads-java/, which is probably why the code example in the old site is not updated. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 27 March 2012 20:

Re: Efficient AdHoc report downloads

2012-03-27 Thread Adam Weiss
Anash, Thank you, I will try this. Also, most documentation says use up to 10 threads, but the Java exampleuses 2

Re: Efficient AdHoc report downloads

2012-03-26 Thread Anash P. Oommen
Hi Adam, You can switch the clientCustomerId at runtime by doing (user.Config as AdWordsAppConfig).clientCustomerId = newvalue; Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 23 March 2012 18:34:20 UTC+5:30, Adam Weiss wrote: > > We successfully switched from MCC reports to multiple

Re: Efficient AdHoc report downloads

2012-03-26 Thread Danial Klimkin
Hello Adam, Yes, this way you are actually doing at least two requests per report (client login + reporting) and also may get CAPTCHA challenge. I will ask the library maintainer to answer on best practice for DotNet library. -Danial, AdWords API Team. On Friday, March 23, 2012 5:04:20 PM