Discrepancy between API downloaded report & UI report

23 views
Skip to first unread message

udi.adg...@gmail.com

unread,
Jan 4, 2016, 8:31:19 AM1/4/16
to AdWords API Forum
Hi,
When downloading a report from adwords using the API I get different results from when I run the same report manually in the adwords UI.

In the API I'm using the following service:
report_downloader = adwords_client.GetReportDownloader()

I'm then using
'reportType': 'KEYWORDS_PERFORMANCE_REPORT'
'downloadFormat': 'CSV',

I choose the fields I need.

The only "Predicate" is
{'field': 'CampaignId', 'operator': 'IN', 'values': [some list of campaign IDs]}
And finally I'm using
report_downloader.DownloadReport(
report
, file_object, skip_report_header=True,
skip_column_header=False, skip_report_summary=True, include_zero_impressions=True
)

When I look at this report there are some keywords that appear in the UI report & missing in the API report. 

Please advise.
Thanks. 

Anthony Madrigal

unread,
Jan 4, 2016, 10:31:49 AM1/4/16
to AdWords API Forum
Hello,

Could you please reply privately to author with a copy of your UI report, the full report definition you used for the API report, and your customer client Id so that I can take a further look?

Thanks,
Anthony
AdWords API Team
Reply all
Reply to author
Forward
0 new messages