Interface TargetRoasOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TargetRoas, TargetRoas.Builder

public interface TargetRoasOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Maximum bid limit that can be set by the bid strategy.
    long
    Minimum bid limit that can be set by the bid strategy.
    double
    Required.
    long
    The percent of ROAS(return on advertising spend) degradation tolerance allowed to increase traffic diversity and conversion volume, specified in millis (for example, 10,000 = 10%).
    boolean
    Maximum bid limit that can be set by the bid strategy.
    boolean
    Minimum bid limit that can be set by the bid strategy.
    boolean
    Required.
    boolean
    The percent of ROAS(return on advertising spend) degradation tolerance allowed to increase traffic diversity and conversion volume, specified in millis (for example, 10,000 = 10%).

    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

    • hasTargetRoas

      boolean hasTargetRoas()
       Required. The chosen revenue (based on conversion data) per unit of spend.
       Value must be between 0.01 and 1000.0, inclusive.
       
      optional double target_roas = 4;
      Returns:
      Whether the targetRoas field is set.
    • getTargetRoas

      double getTargetRoas()
       Required. The chosen revenue (based on conversion data) per unit of spend.
       Value must be between 0.01 and 1000.0, inclusive.
       
      optional double target_roas = 4;
      Returns:
      The targetRoas.
    • hasCpcBidCeilingMicros

      boolean hasCpcBidCeilingMicros()
       Maximum bid limit that can be set by the bid strategy.
       The limit applies to all keywords managed by the strategy.
       This should only be set for portfolio bid strategies.
       
      optional int64 cpc_bid_ceiling_micros = 5;
      Returns:
      Whether the cpcBidCeilingMicros field is set.
    • getCpcBidCeilingMicros

      long getCpcBidCeilingMicros()
       Maximum bid limit that can be set by the bid strategy.
       The limit applies to all keywords managed by the strategy.
       This should only be set for portfolio bid strategies.
       
      optional int64 cpc_bid_ceiling_micros = 5;
      Returns:
      The cpcBidCeilingMicros.
    • hasCpcBidFloorMicros

      boolean hasCpcBidFloorMicros()
       Minimum bid limit that can be set by the bid strategy.
       The limit applies to all keywords managed by the strategy.
       This should only be set for portfolio bid strategies.
       
      optional int64 cpc_bid_floor_micros = 6;
      Returns:
      Whether the cpcBidFloorMicros field is set.
    • getCpcBidFloorMicros

      long getCpcBidFloorMicros()
       Minimum bid limit that can be set by the bid strategy.
       The limit applies to all keywords managed by the strategy.
       This should only be set for portfolio bid strategies.
       
      optional int64 cpc_bid_floor_micros = 6;
      Returns:
      The cpcBidFloorMicros.
    • hasTargetRoasTolerancePercentMillis

      boolean hasTargetRoasTolerancePercentMillis()
       The percent of ROAS(return on advertising spend) degradation tolerance
       allowed to increase traffic diversity and conversion volume, specified in
       millis (for example, 10,000 = 10%). A value of 10,000 means that the
       advertiser can expect ROAS degradation of up to 10% of the specified target
       ROAS. This field is only mutable for portfolio bidding strategies.
       
      optional int64 target_roas_tolerance_percent_millis = 7;
      Returns:
      Whether the targetRoasTolerancePercentMillis field is set.
    • getTargetRoasTolerancePercentMillis

      long getTargetRoasTolerancePercentMillis()
       The percent of ROAS(return on advertising spend) degradation tolerance
       allowed to increase traffic diversity and conversion volume, specified in
       millis (for example, 10,000 = 10%). A value of 10,000 means that the
       advertiser can expect ROAS degradation of up to 10% of the specified target
       ROAS. This field is only mutable for portfolio bidding strategies.
       
      optional int64 target_roas_tolerance_percent_millis = 7;
      Returns:
      The targetRoasTolerancePercentMillis.