Response message for listing the metrics that are measured in number of bids.
JSON representation | |
---|---|
{
"bidMetricsRows": [
{
object ( |
Fields | |
---|---|
bidMetricsRows[] |
List of rows, each containing a set of bid metrics. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |
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 ( |
Fields | |
---|---|
bids |
The number of bids that Ad Exchange received from the buyer. |
bidsInAuction |
The number of bids that were permitted to compete in the auction. |
impressionsWon |
The number of bids that won the auction. |
reachedQueries |
The number of bids that won the auction and also won the mediation waterfall (if any). |
billedImpressions |
The number of bids for which the buyer was billed. |
measurableImpressions |
The number of bids for which the corresponding impression was measurable for viewability (as defined by Active View). |
viewableImpressions |
The number of bids for which the corresponding impression was viewable (as defined by Active View). |
rowDimensions |
The values of all dimensions associated with metric values in this row. |