Try the MCP server for Google Analytics. Install from
GitHub, and see the
announcement for more details.
ReportingIdentitySettings
Stay organized with collections
Save and categorize content based on your preferences.
A resource containing settings related to reporting identity.
JSON representation |
{
"name": string,
"reportingIdentity": enum (ReportingIdentity )
} |
Fields |
name |
string
Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"
|
reportingIdentity |
enum (ReportingIdentity )
The strategy used for identifying user identities in reports.
|
ReportingIdentity
Various strategies for identifying user identities in reports.
Enums |
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED |
Unspecified blending strategy. |
BLENDED |
Blended reporting identity strategy. |
OBSERVED |
Observed reporting identity strategy. |
DEVICE_BASED |
Device-based reporting identity strategy. |
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 2025-08-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[],[],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. |"]]