首页 > 解决方案 > 我可以从 Google Analytics 获取位置信息吗

问题描述

我正在开发仪表板。此仪表板从我开发的其他网站获取一些信息。我想查看访问我在仪表板项目中开发的网站的人的位置。Google Analytics 是否与 API 共享位置信息?

标签: javascriptapigoogle-analyticsgoogle-analytics-api

解决方案


您可以使用地理网络维度:

Continent ga:continent
Sub Continent ga:subContinent
Country ga:country
Region ga:region
Metro ga:metro
City ga:city
Latitude ga:latitude
Longitude ga:longitude
Network Domain ga:networkDomain
Service Provider ga:networkLocation
City ID ga:cityId
Continent ID ga:continentId
Country ISO Code ga:countryIsoCode
Metro Id ga:metroId
Region ID ga:regionId
Region ISO Code ga:regionIsoCode
Sub Continent Code ga:subContinentCode

https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/


推荐阅读