Interface ConversionAction.AttributionModelSettingsOrBuilder

    • 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.