CreativeStatusRow

  • This metric reports the number of losing bids with specified dimension values and creative status.

  • It includes bids that were filtered before the auction or lost during the auction.

  • Data is presented in JSON format with fields for bid count, creative status ID, and row dimensions.

  • Creative status ID refers to a standardized code indicating the reason for the bid's outcome, with further details available in the provided link.

  • Row dimensions provide context by including additional characteristics associated with these bids.

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.