试用 Google Analytics 的 MCP 服务器。从
GitHub 安装,并参阅
公告了解详情。
ReportingIdentitySettings
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
字段 |
name |
string
仅限输出。标识符。相应报告身份设置单例资源的资源名称。格式:properties/{property_id}/reportingIdentitySettings 示例:“properties/1234/reportingIdentitySettings”
|
reportingIdentity |
enum (ReportingIdentity )
用于在报告中识别用户身份的策略。
|
ReportingIdentity
枚举 |
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED |
未指定混合策略。 |
BLENDED |
混合在报告中使用的 ID 策略。 |
OBSERVED |
观察到的报告身份策略。 |
DEVICE_BASED |
基于设备的“在报告中使用的 ID”策略。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-19。
[null,null,["最后更新时间 (UTC):2025-08-19。"],[],[],null,["# ReportingIdentitySettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ReportingIdentity](#ReportingIdentity)\n\nA resource containing settings related to reporting identity.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"reportingIdentity\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity) } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: \"properties/1234/reportingIdentitySettings\" |\n| `reportingIdentity` | `enum (`[ReportingIdentity](/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity)`)` The strategy used for identifying user identities in reports. |\n\nReportingIdentity\n-----------------\n\nVarious strategies for identifying user identities in reports.\n\n| Enums ||\n|------------------------------------------|-------------------------------------------|\n| `IDENTITY_BLENDING_STRATEGY_UNSPECIFIED` | Unspecified blending strategy. |\n| `BLENDED` | Blended reporting identity strategy. |\n| `OBSERVED` | Observed reporting identity strategy. |\n| `DEVICE_BASED` | Device-based reporting identity strategy. |"]]