Get the fields of report in Japanese

14 views
Skip to first unread message

アルアバヤジアレクサンドレ

unread,
Jul 17, 2019, 1:58:19 AM7/17/19
to AdWords API and Google Ads API Forum
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
Reply all
Reply to author
Forward
0 new messages