class Google::Apis::DisplayvideoV1::DoubleVerifyDisplayViewability

Details of DoubleVerify display viewability settings.

Attributes

iab[RW]

Target web and app inventory to maximize IAB viewable rate. Corresponds to the JSON property `iab` @return [String]

viewable_during[RW]

Target web and app inventory to maximize 100% viewable duration. Corresponds to the JSON property `viewableDuring` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 4033
def update!(**args)
  @iab = args[:iab] if args.key?(:iab)
  @viewable_during = args[:viewable_during] if args.key?(:viewable_during)
end