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