Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings

Returns a new instance of GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings.



16013
16014
16015
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16013

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#brand_targeting_overridesGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettingsBrandTargetingOverrides

Overrides of brand targeting for various ad types. Corresponds to the JSON property brandTargetingOverrides



16011
16012
16013
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16011

def brand_targeting_overrides
  @brand_targeting_overrides
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16018
16019
16020
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16018

def update!(**args)
  @brand_targeting_overrides = args[:brand_targeting_overrides] if args.key?(:brand_targeting_overrides)
end