Hi, A given report request can only include data from a single AdWords account. If you need to gather reporting data for multiple accounts, you need to submit a separate report request for each account by setting the clientCustomerId header. You could refer to the ParallelReportDownload <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201705/reporting/ParallelReportDownload.java> Java example which shows how to download a report for all accounts directly under a manager account in multiple parallel threads. Example code in other languages is provided here <https://developers.google.com/adwords/api/docs/clientlibraries>.
You could also consider using the AwReporting sample application <https://github.com/googleads/aw-reporting> which is an open-source Java framework for large-scale AdWords API reporting. It's based on the Java AdWords API client library <https://github.com/googleads/googleads-java-lib>, using which you can generate reports for all AdWords accounts under a specified manager account. Please note that the Account level and developer token level rate limits <https://developers.google.com/adwords/api/docs/guides/rate-limits> still apply. You may encounter RateExceededError for exceeding rate limit within the Account scope. Regards, Shwetha, 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/d57dac98-e95e-4123-90c3-e7942d1b5d93%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
