| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
BidMetricsRow |
BidMetricsRow.clone() |
BidMetricsRow |
BidMetricsRow.set(String fieldName,
Object value) |
BidMetricsRow |
BidMetricsRow.setBids(MetricValue bids)
The number of bids that Ad Exchange received from the buyer.
|
BidMetricsRow |
BidMetricsRow.setBidsInAuction(MetricValue bidsInAuction)
The number of bids that were permitted to compete in the auction.
|
BidMetricsRow |
BidMetricsRow.setBilledImpressions(MetricValue billedImpressions)
The number of bids for which the buyer was billed.
|
BidMetricsRow |
BidMetricsRow.setImpressionsWon(MetricValue impressionsWon)
The number of bids that won the auction.
|
BidMetricsRow |
BidMetricsRow.setMeasurableImpressions(MetricValue measurableImpressions)
The number of bids for which the corresponding impression was measurable for viewability (as
defined by Active View).
|
BidMetricsRow |
BidMetricsRow.setReachedQueries(MetricValue reachedQueries)
The number of bids that won the auction and also won the mediation waterfall (if any).
|
BidMetricsRow |
BidMetricsRow.setRowDimensions(RowDimensions rowDimensions)
The values of all dimensions associated with metric values in this row.
|
BidMetricsRow |
BidMetricsRow.setViewableImpressions(MetricValue viewableImpressions)
The number of bids for which the corresponding impression was viewable (as defined by Active
View).
|
| Modifier and Type | Method and Description |
|---|---|
List<BidMetricsRow> |
ListBidMetricsResponse.getBidMetricsRows()
List of rows, each containing a set of bid metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ListBidMetricsResponse |
ListBidMetricsResponse.setBidMetricsRows(List<BidMetricsRow> bidMetricsRows)
List of rows, each containing a set of bid metrics.
|
Copyright © 2011–2021 Google. All rights reserved.