Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The ListBidMetricsResponse message provides a list of metrics measured in the number of bids.
The response includes bidMetricsRows, which are objects containing various bid metrics, and nextPageToken for pagination.
The BidMetricsRow object details metrics such as bids received, bids in auction, impressions won, reached queries, billed impressions, measurable impressions, and viewable impressions.
Each metric within BidMetricsRow is represented by a MetricValue object, and rowDimensions provides associated dimension values.
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."],[],["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"]]