Module: Google::Shopping::Merchant::Conversions::V1beta::AttributionSettings::AttributionModel

Defined in:
proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb

Overview

The attribution model used for this source. We support the same set of models offered by Google Analytics 4, as described in: https://support.google.com/analytics/answer/10596866.

Constant Summary collapse

ATTRIBUTION_MODEL_UNSPECIFIED =

Unspecified model.

0
CROSS_CHANNEL_LAST_CLICK =

Cross-channel Last Click model.

1
ADS_PREFERRED_LAST_CLICK =

Ads-preferred Last Click model.

2
CROSS_CHANNEL_DATA_DRIVEN =

Cross-channel Data Driven model.

5
CROSS_CHANNEL_FIRST_CLICK =

Cross-channel First Click model.

6
CROSS_CHANNEL_LINEAR =

Cross-channel Linear model.

7
CROSS_CHANNEL_POSITION_BASED =

Cross-channel Position Based model.

8
CROSS_CHANNEL_TIME_DECAY =

Cross-channel Time Decay model.

9