Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonManualCpc
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonManualCpc
- 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
Manual click-based bidding where user pays per click.
Instance Attribute Summary collapse
-
#enhanced_cpc_enabled ⇒ Boolean
(also: #enhanced_cpc_enabled?)
Whether bids are to be enhanced based on conversion optimizer data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonManualCpc
constructor
A new instance of GoogleAdsSearchads360V0CommonManualCpc.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonManualCpc
Returns a new instance of GoogleAdsSearchads360V0CommonManualCpc.
288 289 290 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 288 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enhanced_cpc_enabled ⇒ Boolean Also known as: enhanced_cpc_enabled?
Whether bids are to be enhanced based on conversion optimizer data.
Corresponds to the JSON property enhancedCpcEnabled
285 286 287 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 285 def enhanced_cpc_enabled @enhanced_cpc_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
293 294 295 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 293 def update!(**args) @enhanced_cpc_enabled = args[:enhanced_cpc_enabled] if args.key?(:enhanced_cpc_enabled) end |