Hi all, On a daily basis I download a Paid Organic Query Report for a given day. When I execute this report daily I download the report with a six day delay. So for example, if I execute it today it will download the report for the date 20180322.
However, for the last week I am either getting an empty report or a report returned with what looks like a partial set of data (i.e. count of keywords or the metrics of the report are low). I had a look at: https://support.google.com/adwords/answer/2544985?hl=en But this doesn't really explain why I should be seeing such a big delay. My report is configured as following (where dateFormat="20180322": ReportDefinitionReportType.PAID_ORGANIC_QUERY_REPORT DownloadFormat.TSV ReportDefinitionDateRangeType.CUSTOM_DATE; DateRange dateRange = new DateRange(); dateRange.setMax(this.dateFormat); dateRange.setMin(this.dateFormat); Selector selector = new Selector(); selector.getFields().addAll(Arrays.asList("SearchQuery", "OrganicAveragePosition", "OrganicClicks", "OrganicClicksPerQuery", "OrganicImpressions", "OrganicImpressionsPerQuery", "OrganicQueries")); selector.setDateRange(dateRange); ReportingConfiguration.Builder() .skipReportHeader(true) .skipColumnHeader(true) .skipReportSummary(true) .build(); Any suggestions? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/31e0bd54-d91c-4bb7-a20a-a30e20b48a41%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
