Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation
- 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
-
#app_bidding_goal ⇒ String
Output only.
-
#target_adjustment ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo
Information of a target adjustment recommendation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation
Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation.
18329 18330 18331 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_bidding_goal ⇒ String
Output only. Represents the goal towards which the bidding strategy should
optimize. Only populated for App Campaigns.
Corresponds to the JSON property appBiddingGoal
18322 18323 18324 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18322 def app_bidding_goal @app_bidding_goal end |
#target_adjustment ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo
Information of a target adjustment recommendation.
Corresponds to the JSON property targetAdjustment
18327 18328 18329 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18327 def target_adjustment @target_adjustment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18334 18335 18336 18337 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18334 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 |