public final class ImpressionMetricsRow extends 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 Ad Exchange Buyer API II. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ImpressionMetricsRow() |
| Modifier and Type | Method and Description |
|---|---|
ImpressionMetricsRow |
clone() |
MetricValue |
getAvailableImpressions()
The number of impressions available to the buyer on Ad Exchange.
|
MetricValue |
getBidRequests()
The number of impressions for which Ad Exchange sent the buyer a bid request.
|
MetricValue |
getInventoryMatches()
The number of impressions that match the buyer's inventory pretargeting.
|
MetricValue |
getResponsesWithBids()
The number of impressions for which Ad Exchange received a response from the buyer that
contained at least one applicable bid.
|
RowDimensions |
getRowDimensions()
The values of all dimensions associated with metric values in this row.
|
MetricValue |
getSuccessfulResponses()
The number of impressions for which the buyer successfully sent a response to Ad Exchange.
|
ImpressionMetricsRow |
set(String fieldName,
Object value) |
ImpressionMetricsRow |
setAvailableImpressions(MetricValue availableImpressions)
The number of impressions available to the buyer on Ad Exchange.
|
ImpressionMetricsRow |
setBidRequests(MetricValue bidRequests)
The number of impressions for which Ad Exchange sent the buyer a bid request.
|
ImpressionMetricsRow |
setInventoryMatches(MetricValue inventoryMatches)
The number of impressions that match the buyer's inventory pretargeting.
|
ImpressionMetricsRow |
setResponsesWithBids(MetricValue responsesWithBids)
The number of impressions for which Ad Exchange received a response from the buyer that
contained at least one applicable bid.
|
ImpressionMetricsRow |
setRowDimensions(RowDimensions rowDimensions)
The values of all dimensions associated with metric values in this row.
|
ImpressionMetricsRow |
setSuccessfulResponses(MetricValue successfulResponses)
The number of impressions for which the buyer successfully sent a response to Ad Exchange.
|
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 MetricValue getAvailableImpressions()
null for nonepublic ImpressionMetricsRow setAvailableImpressions(MetricValue availableImpressions)
availableImpressions - availableImpressions or null for nonepublic MetricValue getBidRequests()
null for nonepublic ImpressionMetricsRow setBidRequests(MetricValue bidRequests)
bidRequests - bidRequests or null for nonepublic MetricValue getInventoryMatches()
null for nonepublic ImpressionMetricsRow setInventoryMatches(MetricValue inventoryMatches)
inventoryMatches - inventoryMatches or null for nonepublic MetricValue getResponsesWithBids()
null for nonepublic ImpressionMetricsRow setResponsesWithBids(MetricValue responsesWithBids)
responsesWithBids - responsesWithBids or null for nonepublic RowDimensions getRowDimensions()
null for nonepublic ImpressionMetricsRow setRowDimensions(RowDimensions rowDimensions)
rowDimensions - rowDimensions or null for nonepublic MetricValue getSuccessfulResponses()
null for nonepublic ImpressionMetricsRow setSuccessfulResponses(MetricValue successfulResponses)
successfulResponses - successfulResponses or null for nonepublic ImpressionMetricsRow set(String fieldName, Object value)
set in class GenericJsonpublic ImpressionMetricsRow clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.