Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ReportingIdentity.
Various strategies for identifying user identities in reports.
Protobuf type google.analytics.admin.v1alpha.ReportingIdentitySettings.ReportingIdentity
Namespace
Google \ Analytics \ Admin \ V1alpha \ ReportingIdentitySettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED
Value: 0Unspecified blending strategy.
Generated from protobuf enum IDENTITY_BLENDING_STRATEGY_UNSPECIFIED = 0;
BLENDED
Value: 1Blended reporting identity strategy.
Generated from protobuf enum BLENDED = 1;
OBSERVED
Value: 2Observed reporting identity strategy.
Generated from protobuf enum OBSERVED = 2;
DEVICE_BASED
Value: 3Device-based reporting identity strategy.
Generated from protobuf enum DEVICE_BASED = 3;