class Google::Apis::DfareportingV3_5::AdBlockingConfiguration
Campaign
ad blocking settings.
Attributes
Whether this campaign has enabled ad blocking. When true, ad blocking is enabled for placements in the campaign, but this may be overridden by site and placement settings. When false, ad blocking is disabled for all placements under the campaign, regardless of site and placement settings. Corresponds to the JSON property `enabled` @return [Boolean]
Whether this campaign has enabled ad blocking. When true, ad blocking is enabled for placements in the campaign, but this may be overridden by site and placement settings. When false, ad blocking is disabled for all placements under the campaign, regardless of site and placement settings. Corresponds to the JSON property `enabled` @return [Boolean]
Public Class Methods
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 866 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 871 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end