Hi community !

I can download Campaign Performance Report in CSV file but I get the fields 
in English
(Day,Campaign state,Campaign,Budget,Currency,Clicks,Impressions,CTR,Avg. 
CPC,Cost,Avg. position)
How can I get the fields in Japanese ?

Here is my code in python:

report_downloader = adwords_client.GetReportDownloader(version='v201809')
report_query = (adwords.ReportQueryBuilder()
    
.Select('Date','CampaignStatus','CampaignName','Amount','AccountCurrencyCode','CampaignStatus',
        'Clicks','Impressions','Ctr','AverageCpc','Cost','AveragePosition')
    .From('CAMPAIGN_PERFORMANCE_REPORT')
    .Where('CampaignStatus').EqualTo("ENABLED")
    .During(start_date='20190601', end_date='20190630')
    .Build())


Thanks!
Alex

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d2cba123-753a-459d-90e0-49f802ee3d0b%40googlegroups.com.

Reply via email to