Interface MaximizeConversionsOrBuilder

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

public interface MaximizeConversionsOrBuilder 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.
    long
    The target cost-per-action (CPA) option.

    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

    • getCpcBidCeilingMicros

      long getCpcBidCeilingMicros()
       Maximum bid limit that can be set by the bid strategy.
       The limit applies to all keywords managed by the strategy.
       Mutable for portfolio bidding strategies only.
       
      int64 cpc_bid_ceiling_micros = 2;
      Returns:
      The cpcBidCeilingMicros.
    • getCpcBidFloorMicros

      long getCpcBidFloorMicros()
       Minimum bid limit that can be set by the bid strategy.
       The limit applies to all keywords managed by the strategy.
       Mutable for portfolio bidding strategies only.
       
      int64 cpc_bid_floor_micros = 3;
      Returns:
      The cpcBidFloorMicros.
    • getTargetCpaMicros

      long getTargetCpaMicros()
       The target cost-per-action (CPA) option. This is the average amount that
       you would like to spend per conversion action specified in micro units of
       the bidding strategy's currency. If set, the bid strategy will get as many
       conversions as possible at or below the target cost-per-action. If the
       target CPA is not set, the bid strategy will aim to achieve the lowest
       possible CPA given the budget.
       
      int64 target_cpa_micros = 4;
      Returns:
      The targetCpaMicros.