PAGING_NOT_SUPPORTED

48 views
Skip to first unread message

edduenas...@gmail.com

unread,
Jan 9, 2015, 2:12:43 AM1/9/15
to adwor...@googlegroups.com
Hi,
We tried downloading the following reports.

GEO_PERFORMANCE_REPORT
DESTINATION_URL_REPORT
AD_PERFORMANCE_REPORT
KEYWORDS_PERFORMANCE_REPORT
SEARCH_QUERY_PERFORMANCE_REPORT
AGE_RANGE_PERFORMANCE_REPORT
AUDIENCE_PERFORMANCE_REPORT
AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT
CLICK_PERFORMANCE_REPORT
CAMPAIGN_LOCATION_TARGET_REPORT
DISPLAY_KEYWORD_PERFORMANCE_REPORT
DISPLAY_TOPICS_PERFORMANCE_REPORT
GENDER_PERFORMANCE_REPORT
PAID_ORGANIC_QUERY_REPORT
PRODUCT_PARTITION_REPORT
SHOPPING_PERFORMANCE_REPORT
URL_PERFORMANCE_REPORT
AD_EXTENSIONS_PERFORMANCE_REPORT
BID_GOAL_PERFORMANCE_REPORT
KEYWORDLESS_CATEGORY_REPORT
KEYWORDLESS_QUERY_REPORT
PLACEHOLDER_FEED_ITEM_REPORT

We used paging concept to download the reports. We used the following piece of code

Paging paging = new Paging();
 paging.setStartIndex(0);
 selector.setPaging(paging);

For all the above reports we are getting the following error
Report was not downloaded. HTTP Response Code: 400, Trigger: Paging is not supported for reports, Type: ReportDefinitionError.PAGING_NOT_SUPPORTED

Please suggest a solution to handle this.


Thank you

Michael Cloonan (AdWords API Team)

unread,
Jan 9, 2015, 9:41:41 AM1/9/15
to adwor...@googlegroups.com
Hello,

As the error message states, paging is not supported for reports. Reports will return the full matching data set in one of various formats, which you can choose. Please see our Reporting Basics guide for more information about reports.

Regards,
Mike, AdWords API Team
Reply all
Reply to author
Forward
0 new messages