Interface ConversionAction.AttributionModelSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversionAction.AttributionModelSettings,ConversionAction.AttributionModelSettings.Builder
- Enclosing class:
- ConversionAction
public static interface ConversionAction.AttributionModelSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributionModelEnum.AttributionModelgetAttributionModel()The attribution model type of this conversion action.intgetAttributionModelValue()The attribution model type of this conversion action.DataDrivenModelStatusEnum.DataDrivenModelStatusgetDataDrivenModelStatus()Output only.intgetDataDrivenModelStatusValue()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttributionModelValue
int getAttributionModelValue()
The attribution model type of this conversion action.
.google.ads.googleads.v10.enums.AttributionModelEnum.AttributionModel attribution_model = 1;- Returns:
- The enum numeric value on the wire for attributionModel.
-
getAttributionModel
AttributionModelEnum.AttributionModel getAttributionModel()
The attribution model type of this conversion action.
.google.ads.googleads.v10.enums.AttributionModelEnum.AttributionModel attribution_model = 1;- Returns:
- The attributionModel.
-
getDataDrivenModelStatusValue
int getDataDrivenModelStatusValue()
Output only. The status of the data-driven attribution model for the conversion action.
.google.ads.googleads.v10.enums.DataDrivenModelStatusEnum.DataDrivenModelStatus data_driven_model_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for dataDrivenModelStatus.
-
getDataDrivenModelStatus
DataDrivenModelStatusEnum.DataDrivenModelStatus getDataDrivenModelStatus()
Output only. The status of the data-driven attribution model for the conversion action.
.google.ads.googleads.v10.enums.DataDrivenModelStatusEnum.DataDrivenModelStatus data_driven_model_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The dataDrivenModelStatus.
-
-