class Google::Apis::DfareportingV3_4::DirectorySiteSettings
Directory Site
Settings
Attributes
Whether this directory site has disabled active view creatives. Corresponds to the JSON property `activeViewOptOut` @return [Boolean]
Whether this directory site has disabled active view creatives. Corresponds to the JSON property `activeViewOptOut` @return [Boolean]
Whether this site accepts in-stream video ads. Corresponds to the JSON property `instreamVideoPlacementAccepted` @return [Boolean]
Whether this site accepts in-stream video ads. Corresponds to the JSON property `instreamVideoPlacementAccepted` @return [Boolean]
Whether this site accepts interstitial ads. Corresponds to the JSON property `interstitialPlacementAccepted` @return [Boolean]
Whether this site accepts interstitial ads. Corresponds to the JSON property `interstitialPlacementAccepted` @return [Boolean]
Public Class Methods
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 5695 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 5700 def update!(**args) @active_view_opt_out = args[:active_view_opt_out] if args.key?(:active_view_opt_out) @dfp_settings = args[:dfp_settings] if args.key?(:dfp_settings) @instream_video_placement_accepted = args[:instream_video_placement_accepted] if args.key?(:instream_video_placement_accepted) @interstitial_placement_accepted = args[:interstitial_placement_accepted] if args.key?(:interstitial_placement_accepted) end