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.



15887
15888
15889
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15887

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



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