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.
3150 3151 3152 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3150 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
3142 3143 3144 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3142 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
3148 3149 3150 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3148 def target_cpa_micros @target_cpa_micros end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3155 3156 3157 3158 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3155 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 |