Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

Recommendation to raise Target CPA.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation

Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation.



18395
18396
18397
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18395

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#app_bidding_goalString

Output only. Represents the goal towards which the bidding strategy should optimize. Only populated for App Campaigns. Corresponds to the JSON property appBiddingGoal

Returns:

  • (String)


18388
18389
18390
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18388

def app_bidding_goal
  @app_bidding_goal
end

#target_adjustmentGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo

Information of a target adjustment recommendation. Corresponds to the JSON property targetAdjustment



18393
18394
18395
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18393

def target_adjustment
  @target_adjustment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18400
18401
18402
18403
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18400

def update!(**args)
  @app_bidding_goal = args[:app_bidding_goal] if args.key?(:app_bidding_goal)
  @target_adjustment = args[:target_adjustment] if args.key?(:target_adjustment)
end