CreativeStatusRow

  • CreativeStatusRow represents the number of bids with specified dimension values that did not win the auction.

  • The JSON representation includes bidCount, creativeStatusId, and rowDimensions.

  • bidCount is a MetricValue object representing the number of bids with the specified status.

  • creativeStatusId is an integer ID for the creative status.

  • rowDimensions is a RowDimensions object containing dimension values associated with the metrics.

The number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.

JSON representation
{
  "bidCount": {
    object (MetricValue)
  },
  "creativeStatusId": integer,
  "rowDimensions": {
    object (RowDimensions)
  }
}
Fields
bidCount

object (MetricValue)

The number of bids with the specified status.

creativeStatusId

integer

The ID of the creative status. See creative-status-codes.

rowDimensions

object (RowDimensions)

The values of all dimensions associated with metric values in this row.