Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Settings for Performance Max campaigns.
Instance Attribute Summary collapse
-
#brand_targeting_overrides ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettingsBrandTargetingOverrides
Overrides of brand targeting for various ad types.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings
constructor
A new instance of GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings
Returns a new instance of GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings.
15887 15888 15889 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15887 def initialize(**args) update!(**args) end |
Instance Attribute Details
#brand_targeting_overrides ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettingsBrandTargetingOverrides
Overrides of brand targeting for various ad types.
Corresponds to the JSON property brandTargetingOverrides
15885 15886 15887 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15885 def brand_targeting_overrides @brand_targeting_overrides end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15892 15893 15894 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15892 def update!(**args) @brand_targeting_overrides = args[:brand_targeting_overrides] if args.key?(:brand_targeting_overrides) end |