Google Analytics Data V1alpha Client - Class AttributionModel (0.24.0)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class AttributionModel.

Attribution model to use in the Conversion Report

Protobuf type google.analytics.data.v1alpha.ConversionSpec.AttributionModel

Namespace

Google \ Analytics \ Data \ V1alpha \ ConversionSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ATTRIBUTION_MODEL_UNSPECIFIED

Value: 0

Unspecified attribution model.

Generated from protobuf enum ATTRIBUTION_MODEL_UNSPECIFIED = 0;

DATA_DRIVEN

Value: 1

Attribution was based on the paid and organic data driven model

Generated from protobuf enum DATA_DRIVEN = 1;

LAST_CLICK

Value: 2

Attribution was based on the paid and organic last click model

Generated from protobuf enum LAST_CLICK = 2;