Raw Enum Values Header - Not working as expected

18 views
Skip to first unread message

Vikram Tiwari

unread,
Nov 21, 2016, 5:22:14 PM11/21/16
to AdWords API Forum
While downloading reports from Python SDK, we get the ability to pass various headers. One of them being `use_raw_enum_values` which makes sure that the column headers of the downloaded report have the enum values rather than UI display values as headers.

Current Python SDK is not behaving as expected. Every other header except `use_raw_enum_values`, works as desired.

Details:
SDK Version: v201609
Query:
`report_downloader.DownloadReportWithAwql(
          report_query, 'CSV', output_file, skip_report_header=True,
          skip_column_header=False, skip_report_summary=True, use_raw_enum_values=True, include_zero_impressions=False)`

Am I missing something?

Anthony Madrigal

unread,
Nov 21, 2016, 6:16:52 PM11/21/16
to AdWords API Forum
Hi Vikram,

This issue appears to be specific to the Python client library. I suggest you open up an issue on the Github page for the client library so that their team can see what the issue is.

Regards,
Anthony
AdWords API Team

Vikram Tiwari

unread,
Nov 21, 2016, 7:43:38 PM11/21/16
to AdWords API Forum
Thanks for the suggestion. Yes, it seems to be limited to python client library. I have opened up the issue here: https://github.com/googleads/googleads-python-lib/issues/160
Reply all
Reply to author
Forward
0 new messages