Interface AccessibleBiddingStrategy.MaximizeConversionValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AccessibleBiddingStrategy.MaximizeConversionValue, AccessibleBiddingStrategy.MaximizeConversionValue.Builder
Enclosing class:
AccessibleBiddingStrategy

public static interface AccessibleBiddingStrategy.MaximizeConversionValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTargetRoas

      double getTargetRoas()
       Output only. The target return on ad spend (ROAS) option. If set, the bid
       strategy will maximize revenue while averaging the target return on ad
       spend. If the target ROAS is high, the bid strategy may not be able to
       spend the full budget. If the target ROAS is not set, the bid strategy
       will aim to achieve the highest possible ROAS for the budget.
       
      double target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The targetRoas.