Interface Recommendation.RaiseTargetCpaBidTooLowRecommendationOrBuilder

    • Method Detail

      • hasRecommendedTargetMultiplier

        boolean hasRecommendedTargetMultiplier()
         Output only. A number greater than 1.0 indicating the factor by which we
         recommend the target CPA should be increased.
         
        optional double recommended_target_multiplier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the recommendedTargetMultiplier field is set.
      • getRecommendedTargetMultiplier

        double getRecommendedTargetMultiplier()
         Output only. A number greater than 1.0 indicating the factor by which we
         recommend the target CPA should be increased.
         
        optional double recommended_target_multiplier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The recommendedTargetMultiplier.
      • hasAverageTargetCpaMicros

        boolean hasAverageTargetCpaMicros()
         Output only. The current average target CPA of the campaign, in micros of
         customer local currency.
         
        optional int64 average_target_cpa_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the averageTargetCpaMicros field is set.
      • getAverageTargetCpaMicros

        long getAverageTargetCpaMicros()
         Output only. The current average target CPA of the campaign, in micros of
         customer local currency.
         
        optional int64 average_target_cpa_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The averageTargetCpaMicros.