public interface AttributionSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributionLookbackWindowDays()
public abstract int getAttributionLookbackWindowDays()Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 40.
int32 attribution_lookback_window_days = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The attributionLookbackWindowDays. |
getAttributionModel()
public abstract AttributionSettings.AttributionModel getAttributionModel()Required. Attribution model.
.google.shopping.merchant.conversions.v1beta.AttributionSettings.AttributionModel attribution_model = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AttributionSettings.AttributionModel |
The attributionModel. |
getAttributionModelValue()
public abstract int getAttributionModelValue()Required. Attribution model.
.google.shopping.merchant.conversions.v1beta.AttributionSettings.AttributionModel attribution_model = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for attributionModel. |
getConversionType(int index)
public abstract AttributionSettings.ConversionType getConversionType(int index)Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.
repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttributionSettings.ConversionType |
|
getConversionTypeCount()
public abstract int getConversionTypeCount()Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.
repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
int |
|
getConversionTypeList()
public abstract List<AttributionSettings.ConversionType> getConversionTypeList()Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.
repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
List<ConversionType> |
|
getConversionTypeOrBuilder(int index)
public abstract AttributionSettings.ConversionTypeOrBuilder getConversionTypeOrBuilder(int index)Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.
repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttributionSettings.ConversionTypeOrBuilder |
|
getConversionTypeOrBuilderList()
public abstract List<? extends AttributionSettings.ConversionTypeOrBuilder> getConversionTypeOrBuilderList()Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.
repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionTypeOrBuilder> |
|