CalloutStatusRow

  • CalloutStatusRow represents the number of impressions where the bid request or response was unsuccessful due to a specific callout status.

  • It includes fields for the count of impressions (impressionCount), the ID of the callout status (calloutStatusId), and the dimensions associated with the data (rowDimensions).

  • The calloutStatusId refers to specific codes that indicate the reason for the unsuccessful bid event.

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.