Interface Recommendation.RaiseTargetCpaRecommendationOrBuilder

    • Method Detail

      • hasTargetAdjustment

        boolean hasTargetAdjustment()
         Output only. The relevant information describing the recommended target
         adjustment.
         
        .google.ads.googleads.v14.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the targetAdjustment field is set.
      • getTargetAdjustment

        Recommendation.TargetAdjustmentInfo getTargetAdjustment()
         Output only. The relevant information describing the recommended target
         adjustment.
         
        .google.ads.googleads.v14.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The targetAdjustment.
      • getTargetAdjustmentOrBuilder

        Recommendation.TargetAdjustmentInfoOrBuilder getTargetAdjustmentOrBuilder()
         Output only. The relevant information describing the recommended target
         adjustment.
         
        .google.ads.googleads.v14.resources.Recommendation.TargetAdjustmentInfo target_adjustment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasAppBiddingGoal

        boolean hasAppBiddingGoal()
         Output only. Represents the goal towards which the bidding strategy
         should optimize. Only populated for App Campaigns.
         
        optional .google.ads.googleads.v14.enums.AppBiddingGoalEnum.AppBiddingGoal app_bidding_goal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the appBiddingGoal field is set.
      • getAppBiddingGoalValue

        int getAppBiddingGoalValue()
         Output only. Represents the goal towards which the bidding strategy
         should optimize. Only populated for App Campaigns.
         
        optional .google.ads.googleads.v14.enums.AppBiddingGoalEnum.AppBiddingGoal app_bidding_goal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for appBiddingGoal.
      • getAppBiddingGoal

        AppBiddingGoalEnum.AppBiddingGoal getAppBiddingGoal()
         Output only. Represents the goal towards which the bidding strategy
         should optimize. Only populated for App Campaigns.
         
        optional .google.ads.googleads.v14.enums.AppBiddingGoalEnum.AppBiddingGoal app_bidding_goal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The appBiddingGoal.