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.
572 573 574 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 572 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
569 570 571 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 569 def enhanced_cpc_enabled @enhanced_cpc_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
577 578 579 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 577 def update!(**args) @enhanced_cpc_enabled = args[:enhanced_cpc_enabled] if args.key?(:enhanced_cpc_enabled) end |