Hi Yang,

To clarify, the two dashes 
<https://developers.google.com/adwords/api/docs/guides/reporting#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 
<https://developers.google.com/adwords/api/docs/guides/uireports#criteria> 
under 
"Keywords Report" to map the values from the API to the UI.

If the values are different, could you please provide the clientCustomerId 
so I can investigate this more?

Regards,
Dannison
AdWords API Team
Response Links


On Thursday, November 22, 2018 at 1:23:15 AM UTC+8, [email protected] wrote:
>
> 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
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/9e832b1d-84ea-4bf5-a1ba-4ec33a1b10d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... yliu
    • ... 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to