试用 Google Analytics 的 MCP 服务器。从
GitHub 安装,并参阅
公告了解详情。
AudienceDimension
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
受众群体维度是一种用户属性。系统会请求特定的用户归因,然后在 QueryAudienceListResponse
中返回。
JSON 表示法 |
{
"dimensionName": string
} |
字段 |
dimensionName |
string
可选。维度的 API 名称。如需查看维度名称列表,请参阅 API 维度。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eAudience dimensions are user attributes that are requested and returned in the \u003ccode\u003eQueryAudienceListResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDimensions are represented in JSON format using the \u003ccode\u003edimensionName\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edimensionName\u003c/code\u003e field is optional and uses the API name of the dimension, which can be found in the API Dimensions documentation.\u003c/p\u003e\n"]]],["The core content describes audience dimensions as user attributes. These dimensions, identified by a `dimensionName` string, are requested and subsequently returned in a `QueryAudienceListResponse`. The `dimensionName` field, which is optional, represents the API name of the dimension. A list of available dimension names can be found in the linked API Dimensions documentation. The structure is represented in JSON with the key `\"dimensionName\"` holding a string value.\n"],null,["# AudienceDimension\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn audience dimension is a user attribute. Specific user attributed are requested and then later returned in the `QueryAudienceListResponse`.\n\n| JSON representation |\n|-------------------------------------|\n| ``` { \"dimensionName\": string } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dimension``Name` | `string` Optional. The API name of the dimension. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-api-schema#dimensions) for the list of dimension names. |"]]