Interface AccessibleBiddingStrategy.MaximizeConversionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTargetCpa()
      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 Detail

      • getTargetCpa

        long getTargetCpa()
         Output only. The target cost per acquisition (CPA) option. This is the average amount
         that you would like to spend per acquisition.
         
        int64 target_cpa = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The targetCpa.