class Google::Apis::DfareportingV2_1::SiteSettings

Site Settings

Attributes

active_view_opt_out[RW]

Whether active view creatives are disabled for this site. Corresponds to the JSON property `activeViewOptOut` @return [Boolean]

active_view_opt_out?[RW]

Whether active view creatives are disabled for this site. Corresponds to the JSON property `activeViewOptOut` @return [Boolean]

creative_settings[RW]

Creative Settings Corresponds to the JSON property `creativeSettings` @return [Google::Apis::DfareportingV2_1::CreativeSettings]

disable_brand_safe_ads[RW]

Whether brand safe ads are disabled for this site. Corresponds to the JSON property `disableBrandSafeAds` @return [Boolean]

disable_brand_safe_ads?[RW]

Whether brand safe ads are disabled for this site. Corresponds to the JSON property `disableBrandSafeAds` @return [Boolean]

lookback_configuration[RW]

Lookback configuration settings. Corresponds to the JSON property `lookbackConfiguration` @return [Google::Apis::DfareportingV2_1::LookbackConfiguration]

tag_setting[RW]

Tag Settings Corresponds to the JSON property `tagSetting` @return [Google::Apis::DfareportingV2_1::TagSetting]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9822
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

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