Best practice for report downloading from multiple client accounts inside an MCC account

2013-09-09 Thread Mark Ibanez
Hi, Before I state my question, please allow me to describe what I am trying to accomplish and how I am currently implementing it. I am downloading reports from multiple accounts (different ClientCustomerIDs) from an MCC account. I use Adhoc Reports within C# (.Net Library) to do this. I alrea

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Mark, Your approach is the recommended one, since AdWords API reports don't support MCC level reports. However, you can go for the following improvements. 1. Put 4c, 4d, 4e in a thread of its own. The thread method accepts the clientCustomerId as argument. Create a new AdWordsUser, set its

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2013-09-13 Thread Mark Ibanez
Thank you very much Anash. Best regards, Mark On Wednesday, September 11, 2013 1:04:32 AM UTC+8, Anash P. Oommen (AdWords API Team) wrote: > > Hi Mark, > > Your approach is the recommended one, since AdWords API reports don't > support MCC level reports. However, you can go for the following

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2014-09-30 Thread Amit Pawar
How you would do in Java ? Do we have the sample program to do so ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2014-10-01 Thread Amit Pawar
Any updates on this please -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2015-07-07 Thread ads . developers . seo
Hello mark, you could post the script to help others who have the same doubts?? Em domingo, 8 de setembro de 2013 05:08:15 UTC-3, Mark Ibanez escreveu: > > Hi, > > Before I state my question, please allow me to describe what I am trying > to accomplish and how I am currently implementing it. I a

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2015-07-13 Thread Josh Radcliff (AdWords API Team)
Hi Amit, Regarding Java, I don't have a sample program to do this, but the key point to remember is to make sure you are following the recommendations in our thread safety guide for Java . The basic setup would be as follows: