The number of impressions with the specified dimension values where the corresponding bid request or bid response was not successful, as described by the specified callout status.
[[["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."],[[["\u003cp\u003eThis metric tracks unsuccessful bid requests or responses based on specific dimensions and callout statuses.\u003c/p\u003e\n"],["\u003cp\u003eIt provides the impression count where the bid request or bid response failed alongside the reason for failure (callout status ID).\u003c/p\u003e\n"],["\u003cp\u003eData is presented with a breakdown by dimensions specified in \u003ccode\u003erowDimensions\u003c/code\u003e for deeper analysis.\u003c/p\u003e\n"]]],[],null,["# CalloutStatusRow\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe number of impressions with the specified dimension values where the corresponding bid request or bid response was not successful, as described by the specified callout status.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"impressionCount\": { object (/authorized-buyers/apis/reference/rest/v2beta1/MetricValue) }, \"calloutStatusId\": integer, \"rowDimensions\": { object (/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions) } } ``` |\n\n| Fields ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `impressionCount` | `object (`[MetricValue](/authorized-buyers/apis/reference/rest/v2beta1/MetricValue)`)` The number of impressions for which there was a bid request or bid response with the specified callout status. |\n| `calloutStatusId` | `integer` The ID of the callout status. See [callout-status-codes](https://developers.google.com/authorized-buyers/rtb/downloads/callout-status-codes). |\n| `rowDimensions` | `object (`[RowDimensions](/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions)`)` The values of all dimensions associated with metric values in this row. |"]]