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. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e6d41a5a-ace1-43eb-869b-39fe10d29a04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to