Hi,
When I get this report by modifying this example: examples/adwords_axis/src/main/java/adwords/axis/v201809/reporting/ParallelReportDownload.java
But get empty csv files, however, the same Attribute and Metric in Google Ads UI has valid data.
Thanks.
ParallelReportDownload.java modified details:
selector.getFields().addAll(Arrays.asList("CampaignId", "AdGroupId", "Impressions", "Clicks", "Cost"));
->
selector.getFields().addAll(Arrays.asList("CampaignName", "CountryCriteriaId", "Clicks"));
reportDefinition.setReportType(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT);
->
reportDefinition.setReportType(ReportDefinitionReportType.GEO_PERFORMANCE_REPORT);