Thanks for the quick reply!
I am able to fetch zero impressions data with the non awql way:
report = {
'reportName': report_name,
'dateRangeType': duration if duration else 'ALL_TIME',
'reportType': report_name,
'downloadFormat': 'TSV',
'selector': {
'fields': columns if type(columns) is list else
columns.split(',')
},
}
stream = report_downloader.DownloadReportAsStream(report,
skip_report_header=True, skip_column_header=False,skip_report_summary=True,
include_zero_impressions=True)
I think it is a awql report bug in the Python library .
I guess at the meantime I will use the old way of report definition.
Thanks,
Alex
On Wednesday, November 16, 2016 at 4:59:23 PM UTC+8, Peter Oliquino wrote:
>
> Hi Alex,
>
> My apologies as I am not that much familiar with Python. However, in the
> reporting
> example in Python
> <https://developers.google.com/adwords/api/docs/samples/python/reporting#download-a-criteria-performance-report>,
>
> have you tried adding something similar to "
> *include_zero_impressions=True*" in the report_downloader? If the issue
> persists, kindly provide your complete report definition
> <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
> so
> I could look into the issue further.
>
> Best regards,
> Peter
> AdWords API Team
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/92084842-006f-401e-a095-ef3d47ec92e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.