Class: Google::Apis::DisplayvideoV3::ViewabilityTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Represents a targetable viewability. This will be populated in the viewability_details field of a TargetingOption when targeting_type is TARGETING_TYPE_VIEWABILITY.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ViewabilityTargetingOptionDetails

Returns a new instance of ViewabilityTargetingOptionDetails.



12575
12576
12577
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12575

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#viewabilityString

Output only. The predicted viewability percentage. Corresponds to the JSON property viewability

Returns:

  • (String)


12573
12574
12575
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12573

def viewability
  @viewability
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12580
12581
12582
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12580

def update!(**args)
  @viewability = args[:viewability] if args.key?(:viewability)
end