Hi Tirtha, The report download request may hang or time out <https://developers.google.com/adwords/api/docs/guides/reporting#timeouts> on extremely large data sets. There is no explicit data size limit, however, the server may return an error if the report is too large. You can use predicates <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> to break up the report request into multiple, smaller requests. For example, use a date range or you could consider submitting multiple requests that each filter for a subset of Campaign IDs. If not already tried, you could use the Parallel Report Download <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201802/reporting/parallel_report_download.py> sample code to run the Placeholder Feed Item Report <https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report>s for all accounts under a MCC in parallel, so that the larger reports do not get in the way for the smaller ones to complete. Also, please note that v201705 and v201708 will be sunset <https://developers.google.com/adwords/api/docs/sunset-dates> on March 28, 2018. Please migrate to a newer version <https://googleadsdeveloper.blogspot.com/2018/03/adwords-api-v201705-and-v201708-sunset.html> if you haven't already done so. Please let me know if you have further questions.
Regards, Dhanya, 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/0b07b7e5-f9d8-43b6-9b51-5cd7fec0eb3b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
