dougu4448 2019-02-27 11:02
浏览 104
已采纳

ISO 3166-2的Google AdWords位置标准ID

Is there a way to obtain the ISO 3166-2 code for a specific location received from the Geo Performance Report coming from the Google AdWords API?

I need to show a map chart representing countries and those javascript libraries work with ISO Codes.

For example:

API response:

{"Country\/Territory":"2724","Region":"2724","Impressions":"7","Campaign_ID":"1234","Campaign":"video-campaign-test-5c4c476815a9c","Avg_Cost":"12344444","Avg_CPC":"0","Avg_CPM":"12344444","Avg_CPV":"12344444","Clicks":"0","Cost":"94550032","CTR":"0.00%","View_rate":"14.29%","Views":"1"}

So, I can get from the Region code, 2724 that it refers to the ISO code "ES".

  • 写回答

1条回答 默认 最新

  • dongqiuwei8667 2019-03-01 08:40
    关注

    There's an official CSV file that provides additional information about Adwords' Geolocations. Among other fields, you'll find the ISO-3166-1 alpha-2 country code for each location ID.

    The file can be found here: https://developers.google.com/adwords/api/docs/appendix/geo/geotargets-2019-02-11.csv

    Note that it is updated from time to time.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效