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 \ ConversionSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ATTRIBUTION_MODEL_UNSPECIFIED
Value: 0Unspecified attribution model.
Generated from protobuf enum ATTRIBUTION_MODEL_UNSPECIFIED = 0;
DATA_DRIVEN
Value: 1Attribution was based on the paid and organic data driven model
Generated from protobuf enum DATA_DRIVEN = 1;
LAST_CLICK
Value: 2Attribution was based on the paid and organic last click model
Generated from protobuf enum LAST_CLICK = 2;