AccessDimension
“维度”是指数据的属性。例如,维度 userEmail
表示访问报告数据的用户的电子邮件地址。报告响应中的维度值是字符串。
JSON 表示法 |
{
"dimensionName": string
} |
字段 |
dimensionName |
string
维度的 API 名称。如需查看此 API 支持的维度的列表,请参阅数据访问架构。 维度在 dimensionFilter 和 orderBys 中通过名称引用。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[null,null,["最后更新时间 (UTC):2024-09-10。"],[[["Dimensions are attributes of your data, like `userEmail` indicating the user's email."],["Dimension values in report responses are strings and represented in JSON format with the structure `{\"dimensionName\": string}`."],["`dimensionName` is a string field representing the API name of the dimension, which can be found in the Data Access Schema."],["Dimensions are used in `dimensionFilter` and `orderBys` by referencing their names."]]],[]]