CalloutStatusRow
Stay organized with collections
Save and categorize content based on your preferences.
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.
JSON representation |
{
"impressionCount": {
object (MetricValue )
},
"calloutStatusId": integer,
"rowDimensions": {
object (RowDimensions )
}
} |
Fields |
impressionCount |
object (MetricValue )
The number of impressions for which there was a bid request or bid response with the specified callout status.
|
calloutStatusId |
integer
The ID of the callout status. See callout-status-codes.
|
rowDimensions |
object (RowDimensions )
The values of all dimensions associated with metric values in this row.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["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. |"]]