列
列资源表示 Google Analytics(分析)报告 API 提供的列(例如维度或指标)的属性。这些属性包括 UI 名称、说明、细分支持,等等。
有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示形式
用于元数据列的 JSON 模板。
{
"id": string,
"kind": "analytics#column",
"attributes": {
(key): string
}
}
属性名称 |
值 |
说明 |
备注 |
id |
string |
列 ID。 |
|
kind |
string |
Google Analytics(分析)列的资源类型。 |
|
attributes |
object |
该列的属性名称和值的映射。 |
|
attributes.(key) |
string |
属性的名称。 |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2018-04-17 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]