AI-generated Key Takeaways
-
ReportingIdentitySettings is a resource containing settings related to reporting identity.
-
The
namefield is an output-only string representing the resource name. -
The
reportingIdentityfield specifies the strategy used for identifying user identities in reports and is an enum with values likeBLENDED,OBSERVED, andDEVICE_BASED. -
ReportingIdentity defines the various strategies available for identifying user identities in reports.
A resource containing settings related to reporting identity.
| JSON representation |
|---|
{
"name"
:
string
,
"reportingIdentity"
:
enum (
|
| Fields | |
|---|---|
name
|
Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings" |
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. |

