Re: Labels return empty in keywords performance report

2018-11-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
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

Labels return empty in keywords performance report

2018-11-21 Thread yliu
report_downloader = client.GetReportDownloader(version='v201809') # Create report query. report_query = (adwords.ReportQueryBuilder() .Select('Labels') .From('KEYWORDS_PERFORMANCE_REPORT') .Where('CampaignStatus').In('ENABLED', 'PAUSED')