Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The ListImpressionMetricsResponse message is used to list metrics measured in the number of impressions.
Each ImpressionMetricsRow contains a set of impression metrics, such as available impressions, inventory matches, bid requests, successful responses, and responses with bids.
The response includes a nextPageToken for retrieving subsequent pages of results.
The set of metrics that are measured in numbers of impressions, representing how many impressions 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 describes `ImpressionMetricsRow`, which tracks impression metrics during the bidding process. Key metrics include `availableImpressions`, `inventoryMatches`, `bidRequests`, `successfulResponses`, and `responsesWithBids`, each represented as a `MetricValue` object. These metrics quantify impressions at various bidding funnel stages. Results are paginated, using `nextPageToken` for retrieving subsequent pages via `impressionMetrics.list`. The `impressionMetricsRows` field contains these rows and `rowDimensions` are included for associated dimension values.\n"]]