Data Delay with Paid Organic Query Report

18 views
Skip to first unread message

jbl...@groupon.com

unread,
Mar 29, 2018, 6:44:53 PM3/29/18
to AdWords API Forum
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:

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?

Dhanya Sundararaju (AdWords API Team)

unread,
Mar 30, 2018, 11:45:21 AM3/30/18
to AdWords API Forum
Hi,

Could you please confirm if you are seeing the same data issue via the UI? If yes, then I would suggest you to post your question on the Advertiser Community Forum as the product experts there will be better equipped to answer your question. If not, could you please reply back with specific details on the mismatch between UI and API, so that I will be able to troubleshoot further?

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