ListBidResponsesWithoutBidsResponse

Response message for listing all reasons that bid responses were considered to have no applicable bids.

JSON representation
{
  "bidResponseWithoutBidsStatusRows": [
    {
      object (BidResponseWithoutBidsStatusRow)
    }
  ],
  "nextPageToken": string
}
Fields
bidResponseWithoutBidsStatusRows[]

object (BidResponseWithoutBidsStatusRow)

List of rows, with counts of bid responses without bids aggregated by status.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListBidResponsesWithoutBidsRequest.pageToken field in the subsequent call to the bidResponsesWithoutBids.list method to retrieve the next page of results.

BidResponseWithoutBidsStatusRow

The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.

JSON representation
{
  "impressionCount": {
    object (MetricValue)
  },
  "status": enum (Status),
  "rowDimensions": {
    object (RowDimensions)
  }
}
Fields
impressionCount

object (MetricValue)

The number of impressions for which there was a bid response with the specified status.

status

enum (Status)

The status specifying why the bid responses were considered to have no applicable bids.

rowDimensions

object (RowDimensions)

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

Status

Specifies the status of a response that is considered to have no applicable bids.

Enums
STATUS_UNSPECIFIED A placeholder for an undefined status. This value will never be returned in responses.
RESPONSES_WITHOUT_BIDS The response had no bids.
RESPONSES_WITHOUT_BIDS_FOR_ACCOUNT The response had no bids for the specified account, though it may have included bids on behalf of other accounts. Applies if: 1. Request is on behalf of a bidder and an account filter is present. 2. Request is on behalf of a child seat.
RESPONSES_WITHOUT_BIDS_FOR_DEAL The response had no bids for the specified deal, though it may have included bids on other deals on behalf of the account to which the deal belongs. If request is on behalf of a bidder and an account filter is not present, this also includes responses that have bids on behalf of accounts other than the account to which the deal belongs.