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/a778b69c-5ba5-4250-9ecc-82d8583a9bfe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
