Re: Report data from multiple accounts

2017-12-19 Thread Marcel Zemp
Hi Bharani Thanks for your input. Parallel download is certainly useful. But this still leaves me with 1 file per customer_id which I have to join together since I don't wanna deal with dozens or hundreds of files. Other platforms (e.g. DoubleClick) have the functionality to run reports for se

Re: Report data from multiple accounts

2017-12-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Marcel, You could use Parallel report downloading which downloads reports for all accounts that are directly under a manager account. The reports will be downloaded in multiple parallel threads, in a single request. You may refer to this code sample

Report data from multiple accounts

2017-12-18 Thread Marcel Zemp
Hi Is it still not possible to report data from multiple AdWords accounts at once (i.e with one single API call)? I've seen several older posts where it is recommended to loop over all account/customer IDs and then join the individual reports locally on my machine. Thanks for your input (befor