$ActiveViewVideoViewabilityMetricConfig class
Used by:
- displayvideo:v2 : ActiveViewVideoViewabilityMetricConfig
- displayvideo:v3 : ActiveViewVideoViewabilityMetricConfig
Constructors
- $ActiveViewVideoViewabilityMetricConfig({String? displayName, String? minimumDuration, String? minimumQuartile, String? minimumViewability, String? minimumVolume})
- $ActiveViewVideoViewabilityMetricConfig.fromJson(Map json_)
Properties
- displayName ↔ String?
-
The display name of the custom metric.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- minimumDuration ↔ String?
-
The minimum visible video duration required (in seconds) in order for an
impression to be recorded.
getter/setter pair
- minimumQuartile ↔ String?
-
The minimum visible video duration required, based on the video quartiles,
in order for an impression to be recorded.
getter/setter pair
- minimumViewability ↔ String?
-
The minimum percentage of the video ad's pixels visible on the screen in
order for an impression to be recorded.
getter/setter pair
- minimumVolume ↔ String?
-
The minimum percentage of the video ad's volume required in order for an
impression to be recorded.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited