Enum ConversionSpec.AttributionModel (0.106.0)

public enum ConversionSpec.AttributionModel extends Enum<ConversionSpec.AttributionModel> implements ProtocolMessageEnum

Attribution model to use in the Conversion Report

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ATTRIBUTION_MODEL_UNSPECIFIED

Unspecified attribution model.

ATTRIBUTION_MODEL_UNSPECIFIED = 0;

ATTRIBUTION_MODEL_UNSPECIFIED_VALUE

Unspecified attribution model.

ATTRIBUTION_MODEL_UNSPECIFIED = 0;

DATA_DRIVEN

Attribution was based on the paid and organic data driven model

DATA_DRIVEN = 1;

DATA_DRIVEN_VALUE

Attribution was based on the paid and organic data driven model

DATA_DRIVEN = 1;

LAST_CLICK

Attribution was based on the paid and organic last click model

LAST_CLICK = 2;

LAST_CLICK_VALUE

Attribution was based on the paid and organic last click model

LAST_CLICK = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()