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 theListBidMetricsRequest.pageTokenfield in the subsequent call to thebidMetrics.listmethod 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."],[],["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"]]