Labels return empty in keywords performance report

20 views
Skip to first unread message

yl...@pangeare.com

unread,
Nov 21, 2018, 12:23:15 PM11/21/18
to AdWords API and Google Ads API Forum
report_downloader = client.GetReportDownloader(version='v201809')
 
# Create report query.
report_query
= (adwords.ReportQueryBuilder()
                 
.Select('Labels')
                 
.From('KEYWORDS_PERFORMANCE_REPORT')
                 
.Where('CampaignStatus').In('ENABLED', 'PAUSED')
                 
.During('LAST_7_DAYS')
                 
.Build())
results
=report_downloader.DownloadReportAsStringWithAwql( report_query, 'CSV', skip_report_header=True, skip_column_header=True,skip_report_summary=True, include_zero_impressions=True)

All other fields could return appropriate vales, except 'Labels', it only returns  '--'

Thanks

Yang

Dannison Yao (AdWords API Team)

unread,
Nov 21, 2018, 2:41:53 PM11/21/18
to adwor...@googlegroups.com
Hi Yang,

To clarify, the two dashes indicate that there is no value for the cell.

Are the values from the API different from what you're seeing from the Google Ads UI? You can refer to this link under "Keywords Report" to map the values from the API to the UI.

If the values are different, could you please provide the clientCustomerId via Reply privately to author so I can investigate this more?

Regards,
Dannison
AdWords API Team

Response Links


Reply all
Reply to author
Forward
0 new messages