Class: Google::Apis::DfareportingV2_8::DirectorySiteSettings
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DfareportingV2_8::DirectorySiteSettings
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_8/classes.rb,
 generated/google/apis/dfareporting_v2_8/representations.rb,
 generated/google/apis/dfareporting_v2_8/representations.rb
Overview
Directory Site Settings
Instance Attribute Summary collapse
- 
  
    
      #active_view_opt_out  ⇒ Boolean 
    
    
      (also: #active_view_opt_out?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether this directory site has disabled active view creatives. 
- 
  
    
      #dfp_settings  ⇒ Google::Apis::DfareportingV2_8::DfpSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    DFP Settings Corresponds to the JSON property dfpSettings.
- 
  
    
      #instream_video_placement_accepted  ⇒ Boolean 
    
    
      (also: #instream_video_placement_accepted?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether this site accepts in-stream video ads. 
- 
  
    
      #interstitial_placement_accepted  ⇒ Boolean 
    
    
      (also: #interstitial_placement_accepted?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether this site accepts interstitial ads. 
- 
  
    
      #nielsen_ocr_opt_out  ⇒ Boolean 
    
    
      (also: #nielsen_ocr_opt_out?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether this directory site has disabled Nielsen OCR reach ratings. 
- 
  
    
      #verification_tag_opt_out  ⇒ Boolean 
    
    
      (also: #verification_tag_opt_out?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether this directory site has disabled generation of Verification ins tags. 
- 
  
    
      #video_active_view_opt_out  ⇒ Boolean 
    
    
      (also: #video_active_view_opt_out?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether this directory site has disabled active view for in-stream video creatives. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DirectorySiteSettings 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DirectorySiteSettings. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DirectorySiteSettings
Returns a new instance of DirectorySiteSettings
| 5243 5244 5245 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5243 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#active_view_opt_out ⇒ Boolean Also known as: active_view_opt_out?
Whether this directory site has disabled active view creatives.
Corresponds to the JSON property activeViewOptOut
| 5204 5205 5206 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5204 def active_view_opt_out @active_view_opt_out end | 
#dfp_settings ⇒ Google::Apis::DfareportingV2_8::DfpSettings
DFP Settings
Corresponds to the JSON property dfpSettings
| 5210 5211 5212 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5210 def dfp_settings @dfp_settings end | 
#instream_video_placement_accepted ⇒ Boolean Also known as: instream_video_placement_accepted?
Whether this site accepts in-stream video ads.
Corresponds to the JSON property instreamVideoPlacementAccepted
| 5215 5216 5217 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5215 def instream_video_placement_accepted @instream_video_placement_accepted end | 
#interstitial_placement_accepted ⇒ Boolean Also known as: interstitial_placement_accepted?
Whether this site accepts interstitial ads.
Corresponds to the JSON property interstitialPlacementAccepted
| 5221 5222 5223 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5221 def interstitial_placement_accepted @interstitial_placement_accepted end | 
#nielsen_ocr_opt_out ⇒ Boolean Also known as: nielsen_ocr_opt_out?
Whether this directory site has disabled Nielsen OCR reach ratings.
Corresponds to the JSON property nielsenOcrOptOut
| 5227 5228 5229 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5227 def nielsen_ocr_opt_out @nielsen_ocr_opt_out end | 
#verification_tag_opt_out ⇒ Boolean Also known as: verification_tag_opt_out?
Whether this directory site has disabled generation of Verification ins tags.
Corresponds to the JSON property verificationTagOptOut
| 5233 5234 5235 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5233 def verification_tag_opt_out @verification_tag_opt_out end | 
#video_active_view_opt_out ⇒ Boolean Also known as: video_active_view_opt_out?
Whether this directory site has disabled active view for in-stream video
creatives. This is a read-only field.
Corresponds to the JSON property videoActiveViewOptOut
| 5240 5241 5242 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5240 def video_active_view_opt_out @video_active_view_opt_out end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5248 5249 5250 5251 5252 5253 5254 5255 5256 | # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 5248 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) @nielsen_ocr_opt_out = args[:nielsen_ocr_opt_out] if args.key?(:nielsen_ocr_opt_out) @verification_tag_opt_out = args[:verification_tag_opt_out] if args.key?(:verification_tag_opt_out) @video_active_view_opt_out = args[:video_active_view_opt_out] if args.key?(:video_active_view_opt_out) end |