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 Details

    • getAttributionModelValue

      int getAttributionModelValue()
       The attribution model type of this conversion action.
       
      .google.ads.googleads.v18.enums.AttributionModelEnum.AttributionModel attribution_model = 1;
      Returns:
      The enum numeric value on the wire for attributionModel.
    • getAttributionModel

       The attribution model type of this conversion action.
       
      .google.ads.googleads.v18.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.v18.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

       Output only. The status of the data-driven attribution model for the
       conversion action.
       
      .google.ads.googleads.v18.enums.DataDrivenModelStatusEnum.DataDrivenModelStatus data_driven_model_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The dataDrivenModelStatus.