Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
- 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
Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards.
Instance Attribute Summary collapse
-
#conversion_actions ⇒ Array<String>
The selected set of conversion actions for optimizing this campaign.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
constructor
A new instance of GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
Returns a new instance of GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization.
1732 1733 1734 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1732 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversion_actions ⇒ Array<String>
The selected set of conversion actions for optimizing this campaign.
Corresponds to the JSON property conversionActions
1730 1731 1732 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1730 def conversion_actions @conversion_actions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1737 1738 1739 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1737 def update!(**args) @conversion_actions = args[:conversion_actions] if args.key?(:conversion_actions) end |