public final class DoubleVerifyVideoViewability
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DoubleVerifyVideoViewability() |
| Modifier and Type | Method and Description |
|---|---|
DoubleVerifyVideoViewability |
clone() |
String |
getPlayerImpressionRate()
Target inventory to maximize impressions with 400x300 or greater player size.
|
String |
getVideoIab()
Target web inventory to maximize IAB viewable rate.
|
String |
getVideoViewableRate()
Target web inventory to maximize fully viewable rate.
|
DoubleVerifyVideoViewability |
set(String fieldName,
Object value) |
DoubleVerifyVideoViewability |
setPlayerImpressionRate(String playerImpressionRate)
Target inventory to maximize impressions with 400x300 or greater player size.
|
DoubleVerifyVideoViewability |
setVideoIab(String videoIab)
Target web inventory to maximize IAB viewable rate.
|
DoubleVerifyVideoViewability |
setVideoViewableRate(String videoViewableRate)
Target web inventory to maximize fully viewable rate.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getPlayerImpressionRate()
null for nonepublic DoubleVerifyVideoViewability setPlayerImpressionRate(String playerImpressionRate)
playerImpressionRate - playerImpressionRate or null for nonepublic String getVideoIab()
null for nonepublic DoubleVerifyVideoViewability setVideoIab(String videoIab)
videoIab - videoIab or null for nonepublic String getVideoViewableRate()
null for nonepublic DoubleVerifyVideoViewability setVideoViewableRate(String videoViewableRate)
videoViewableRate - videoViewableRate or null for nonepublic DoubleVerifyVideoViewability set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DoubleVerifyVideoViewability clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.