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.



15953
15954
15955
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15953

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



15951
15952
15953
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15951

def brand_targeting_overrides
  @brand_targeting_overrides
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15958
15959
15960
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15958

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