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 several accounts in one report out-of-the-box and it would certainly come in handy for many of us if AdWords would provide this functionality as well. Anyway, I'll try to use the parallel download for my implementation. Reagards Marcel On Monday, 18 December 2017 18:13:05 UTC+1, Bharani Cherukuri (AdWords API Team) wrote: > > 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 > <https://developers.google.com/adwords/api/docs/samples/java/reporting#parallel-report-download> > as > a reference. > > If you're trying to download reports for specific client accounts, then > a given report request can only include data from a single AdWords account. > If you need to gather reporting data for multiple accounts, you will have > to submit a separate report requests for each account by setting the > clientCustomerId header as mentioned here > <https://developers.google.com/adwords/api/docs/guides/reporting#request_headers>. > > You may refer to this guide > <https://developers.google.com/adwords/api/docs/guides/reporting#reports_for_multiple_accounts> > for > more information. > > Regards, > Bharani Cherukuri > AdWords API Team > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c71d8835-6a79-436b-9f41-a08ddb07e3a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
