如何获得多语言的Google Analytics(分析)维度/指标描述?

时间:2018-07-27 15:18:57

标签: google-analytics google-analytics-api

我正在使用此API从Google Analytics(分析)中获取维度/指标的列表:https://developers.google.com/apis-explorer/#s/analytics/v3/analytics.metadata.columns.list?reportTy ...,但是,我刚刚意识到该API仅支持英语的“ uiName”,“ description”!真的吗?是否有支持多语言的解决方案?谢谢!

"items": [
{
"id": "ga:userType",
"kind": "analytics#column",
"attributes": {
"type": "DIMENSION",
"dataType": "STRING",
"group": "User",
"status": "PUBLIC",
"uiName": "User Type",
"description": "A boolean, either New Visitor or Returning Visitor, indicating if the users are new or returning.",
"allowedInSegments": "true",
"addedInApiVersion": "3"
}

1 个答案:

答案 0 :(得分:0)

是的,Meta数据api仅返回英语数据。下载所需数据后,您将必须自己将元数据名称转换为所选语言。