Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).
Instance Attribute Summary collapse
-
#target_roas ⇒ Float
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas
constructor
A new instance of GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas
Returns a new instance of GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas.
3336 3337 3338 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3336 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_roas ⇒ Float
Output only. The chosen revenue (based on conversion data) per unit of spend.
Corresponds to the JSON property targetRoas
3334 3335 3336 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3334 def target_roas @target_roas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3341 3342 3343 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3341 def update!(**args) @target_roas = args[:target_roas] if args.key?(:target_roas) end |