ReportDownload API and Pagination

39 views
Skip to first unread message

Angel Lubenov

unread,
Jan 16, 2018, 12:19:45 PM1/16/18
to AdWords API Forum
So I'm using the Report Download API to get a huge amount of data (the AWQL ask data from AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT with no date filter (ALL_TIME)).

The network gziped connection traffic is about 64 MB but the uncompressed information represents 1.7 GB, it makes my browser explode. 

Is there a way to bring this information in chunks? 

Thanks in advance!

Dhanya Sundararaju (AdWords API Team)

unread,
Jan 16, 2018, 3:03:21 PM1/16/18
to adwor...@googlegroups.com

Hi Angel,


The report download request may time out 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. As you had asked, you can use predicates 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. An alternate solution would be to try increasing the readTimeout(in ads.properties file if using Java) for report downloads or consider an alternate format like CSV for downloading the reports.


Regards,

Dhanya, AdWords API Team

Reply all
Reply to author
Forward
0 new messages