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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCpcBidCeilingMicros()
      Maximum bid limit that can be set by the bid strategy.
      long getCpcBidFloorMicros()
      Minimum bid limit that can be set by the bid strategy.
      long getTargetCpa()
      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 Detail

      • getTargetCpa

        long getTargetCpa()
         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 = 1;
        Returns:
        The targetCpa.
      • 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.