Enum AttributionSettings.ReportingAttributionModel (0.49.0)

public enum AttributionSettings.ReportingAttributionModel extends Enum<AttributionSettings.ReportingAttributionModel> implements ProtocolMessageEnum

The reporting attribution model used to calculate conversion credit in this property's reports.

Protobuf enum google.analytics.admin.v1alpha.AttributionSettings.ReportingAttributionModel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GOOGLE_PAID_CHANNELS_LAST_CLICK

Attributes 100% of the conversion value to the last Google Paid channel that the customer clicked through before converting. Previously ADS_PREFERRED_LAST_CLICK

GOOGLE_PAID_CHANNELS_LAST_CLICK = 7;

GOOGLE_PAID_CHANNELS_LAST_CLICK_VALUE

Attributes 100% of the conversion value to the last Google Paid channel that the customer clicked through before converting. Previously ADS_PREFERRED_LAST_CLICK

GOOGLE_PAID_CHANNELS_LAST_CLICK = 7;

PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN

Data-driven attribution distributes credit for the conversion based on data for each conversion event. Each Data-driven model is specific to each advertiser and each conversion event. Previously CROSS_CHANNEL_DATA_DRIVEN

PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN = 1;

PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN_VALUE

Data-driven attribution distributes credit for the conversion based on data for each conversion event. Each Data-driven model is specific to each advertiser and each conversion event. Previously CROSS_CHANNEL_DATA_DRIVEN

PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN = 1;

PAID_AND_ORGANIC_CHANNELS_LAST_CLICK

Ignores direct traffic and attributes 100% of the conversion value to the last channel that the customer clicked through (or engaged view through for YouTube) before converting. Previously CROSS_CHANNEL_LAST_CLICK

PAID_AND_ORGANIC_CHANNELS_LAST_CLICK = 2;

PAID_AND_ORGANIC_CHANNELS_LAST_CLICK_VALUE

Ignores direct traffic and attributes 100% of the conversion value to the last channel that the customer clicked through (or engaged view through for YouTube) before converting. Previously CROSS_CHANNEL_LAST_CLICK

PAID_AND_ORGANIC_CHANNELS_LAST_CLICK = 2;

REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED

Reporting attribution model unspecified.

REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED = 0;

REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED_VALUE

Reporting attribution model unspecified.

REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()