Google Analytics Admin V1alpha Client - Class CoarseValue (0.22.3)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CoarseValue.

The coarse conversion value set on the updatePostbackConversionValue SDK call when a ConversionValues.event_mappings conditions are satisfied. For more information, see SKAdNetwork.CoarseConversionValue.

Protobuf type google.analytics.admin.v1alpha.CoarseValue

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COARSE_VALUE_UNSPECIFIED

Value: 0

Coarse value not specified.

Generated from protobuf enum COARSE_VALUE_UNSPECIFIED = 0;

COARSE_VALUE_LOW

Value: 1

Coarse value of low.

Generated from protobuf enum COARSE_VALUE_LOW = 1;

COARSE_VALUE_MEDIUM

Value: 2

Coarse value of medium.

Generated from protobuf enum COARSE_VALUE_MEDIUM = 2;

COARSE_VALUE_HIGH

Value: 3

Coarse value of high.

Generated from protobuf enum COARSE_VALUE_HIGH = 3;