Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
- 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 to help get the most conversions for your campaigns while spending your budget.
Instance Attribute Summary collapse
-
#target_cpa ⇒ Fixnum
Output only.
-
#target_cpa_micros ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
constructor
A new instance of GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
Returns a new instance of GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions.
3220 3221 3222 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3220 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_cpa ⇒ Fixnum
Output only. The target cost per acquisition (CPA) option. This is the average
amount that you would like to spend per acquisition.
Corresponds to the JSON property targetCpa
3212 3213 3214 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3212 def target_cpa @target_cpa end |
#target_cpa_micros ⇒ Fixnum
Output only. The target cost per acquisition (CPA) option. This is the average
amount that you would like to spend per acquisition.
Corresponds to the JSON property targetCpaMicros
3218 3219 3220 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3218 def target_cpa_micros @target_cpa_micros end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3225 3226 3227 3228 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3225 def update!(**args) @target_cpa = args[:target_cpa] if args.key?(:target_cpa) @target_cpa_micros = args[:target_cpa_micros] if args.key?(:target_cpa_micros) end |