ReportingIdentitySettings

  • ReportingIdentitySettings is a resource containing settings related to reporting identity.

  • The name field is an output-only string representing the resource name.

  • The reportingIdentity field specifies the strategy used for identifying user identities in reports and is an enum with values like BLENDED, OBSERVED, and DEVICE_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 (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.