class Google::Apis::DfareportingV2_1::SiteSettings
Site Settings
Attributes
Whether active view creatives are disabled for this site. Corresponds to the JSON property `activeViewOptOut` @return [Boolean]
Whether active view creatives are disabled for this site. Corresponds to the JSON property `activeViewOptOut` @return [Boolean]
Creative Settings Corresponds to the JSON property `creativeSettings` @return [Google::Apis::DfareportingV2_1::CreativeSettings]
Whether brand safe ads are disabled for this site. Corresponds to the JSON property `disableBrandSafeAds` @return [Boolean]
Whether brand safe ads are disabled for this site. Corresponds to the JSON property `disableBrandSafeAds` @return [Boolean]
Lookback configuration settings. Corresponds to the JSON property `lookbackConfiguration` @return [Google::Apis::DfareportingV2_1::LookbackConfiguration]
Tag Settings Corresponds to the JSON property `tagSetting` @return [Google::Apis::DfareportingV2_1::TagSetting]
Public Class Methods
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9822 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9827 def update!(**args) @active_view_opt_out = args[:active_view_opt_out] unless args[:active_view_opt_out].nil? @creative_settings = args[:creative_settings] unless args[:creative_settings].nil? @disable_brand_safe_ads = args[:disable_brand_safe_ads] unless args[:disable_brand_safe_ads].nil? @disable_new_cookie = args[:disable_new_cookie] unless args[:disable_new_cookie].nil? @lookback_configuration = args[:lookback_configuration] unless args[:lookback_configuration].nil? @tag_setting = args[:tag_setting] unless args[:tag_setting].nil? end