public final class BidMetricsRow 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 |
|---|
BidMetricsRow() |
| Modifier and Type | Method and Description |
|---|---|
BidMetricsRow |
clone() |
MetricValue |
getBids()
The number of bids that Ad Exchange received from the buyer.
|
MetricValue |
getBidsInAuction()
The number of bids that were permitted to compete in the auction.
|
MetricValue |
getBilledImpressions()
The number of bids for which the buyer was billed.
|
MetricValue |
getImpressionsWon()
The number of bids that won the auction.
|
MetricValue |
getMeasurableImpressions()
The number of bids for which the corresponding impression was measurable for viewability (as
defined by Active View).
|
MetricValue |
getReachedQueries()
The number of bids that won the auction and also won the mediation waterfall (if any).
|
RowDimensions |
getRowDimensions()
The values of all dimensions associated with metric values in this row.
|
MetricValue |
getViewableImpressions()
The number of bids for which the corresponding impression was viewable (as defined by Active
View).
|
BidMetricsRow |
set(String fieldName,
Object value) |
BidMetricsRow |
setBids(MetricValue bids)
The number of bids that Ad Exchange received from the buyer.
|
BidMetricsRow |
setBidsInAuction(MetricValue bidsInAuction)
The number of bids that were permitted to compete in the auction.
|
BidMetricsRow |
setBilledImpressions(MetricValue billedImpressions)
The number of bids for which the buyer was billed.
|
BidMetricsRow |
setImpressionsWon(MetricValue impressionsWon)
The number of bids that won the auction.
|
BidMetricsRow |
setMeasurableImpressions(MetricValue measurableImpressions)
The number of bids for which the corresponding impression was measurable for viewability (as
defined by Active View).
|
BidMetricsRow |
setReachedQueries(MetricValue reachedQueries)
The number of bids that won the auction and also won the mediation waterfall (if any).
|
BidMetricsRow |
setRowDimensions(RowDimensions rowDimensions)
The values of all dimensions associated with metric values in this row.
|
BidMetricsRow |
setViewableImpressions(MetricValue viewableImpressions)
The number of bids for which the corresponding impression was viewable (as defined by Active
View).
|
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 getBids()
null for nonepublic BidMetricsRow setBids(MetricValue bids)
bids - bids or null for nonepublic MetricValue getBidsInAuction()
null for nonepublic BidMetricsRow setBidsInAuction(MetricValue bidsInAuction)
bidsInAuction - bidsInAuction or null for nonepublic MetricValue getBilledImpressions()
null for nonepublic BidMetricsRow setBilledImpressions(MetricValue billedImpressions)
billedImpressions - billedImpressions or null for nonepublic MetricValue getImpressionsWon()
null for nonepublic BidMetricsRow setImpressionsWon(MetricValue impressionsWon)
impressionsWon - impressionsWon or null for nonepublic MetricValue getMeasurableImpressions()
null for nonepublic BidMetricsRow setMeasurableImpressions(MetricValue measurableImpressions)
measurableImpressions - measurableImpressions or null for nonepublic MetricValue getReachedQueries()
null for nonepublic BidMetricsRow setReachedQueries(MetricValue reachedQueries)
reachedQueries - reachedQueries or null for nonepublic RowDimensions getRowDimensions()
null for nonepublic BidMetricsRow setRowDimensions(RowDimensions rowDimensions)
rowDimensions - rowDimensions or null for nonepublic MetricValue getViewableImpressions()
null for nonepublic BidMetricsRow setViewableImpressions(MetricValue viewableImpressions)
viewableImpressions - viewableImpressions or null for nonepublic BidMetricsRow set(String fieldName, Object value)
set in class GenericJsonpublic BidMetricsRow clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.