ListBidMetricsResponse

Response message for listing the metrics that are measured in number of bids.

JSON representation
{
  "bidMetricsRows": [
    {
      object (BidMetricsRow)
    }
  ],
  "nextPageToken": string
}
Fields
bidMetricsRows[]

object (BidMetricsRow)

List of rows, each containing a set of bid metrics.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListBidMetricsRequest.pageToken field in the subsequent call to the bidMetrics.list method to retrieve the next page of results.

BidMetricsRow

The set of metrics that are measured in numbers of bids, representing how many bids with the specified dimension values were considered eligible at each stage of the bidding funnel;

JSON representation
{
  "bids": {
    object (MetricValue)
  },
  "bidsInAuction": {
    object (MetricValue)
  },
  "impressionsWon": {
    object (MetricValue)
  },
  "reachedQueries": {
    object (MetricValue)
  },
  "billedImpressions": {
    object (MetricValue)
  },
  "measurableImpressions": {
    object (MetricValue)
  },
  "viewableImpressions": {
    object (MetricValue)
  },
  "rowDimensions": {
    object (RowDimensions)
  }
}
Fields
bids

object (MetricValue)

The number of bids that Ad Exchange received from the buyer.

bidsInAuction

object (MetricValue)

The number of bids that were permitted to compete in the auction.

impressionsWon

object (MetricValue)

The number of bids that won the auction.

reachedQueries

object (MetricValue)

The number of bids that won the auction and also won the mediation waterfall (if any).

billedImpressions

object (MetricValue)

The number of bids for which the buyer was billed.

measurableImpressions

object (MetricValue)

The number of bids for which the corresponding impression was measurable for viewability (as defined by Active View).

viewableImpressions

object (MetricValue)

The number of bids for which the corresponding impression was viewable (as defined by Active View).

rowDimensions

object (RowDimensions)

The values of all dimensions associated with metric values in this row.