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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["This documentation details the response message for listing bid metrics, which are measured in the number of bids."],["`ListBidMetricsResponse` provides a list of bid metrics (`bidMetricsRows`) and a token (`nextPageToken`) for retrieving subsequent pages of results."],["`BidMetricsRow` breaks down bid metrics into various stages, including received bids, bids in auction, impressions won, billed impressions, and viewable impressions."],["Each metric within `BidMetricsRow` is represented by a `MetricValue` object, while `RowDimensions` provides context by associating dimension values with these metrics."]]],["The core content details `BidMetricsRow` data, representing bid metrics through various stages. It includes the number of bids received (`bids`), bids in the auction (`bidsInAuction`), auction wins (`impressionsWon`), bids also winning mediation (`reachedQueries`), billed bids (`billedImpressions`), and measurable (`measurableImpressions`) and viewable impressions (`viewableImpressions`). Data is organized in `bidMetricsRows`, retrievable in pages with `nextPageToken`, each row containing values associated with specified `rowDimensions`.\n"]]