ListBidResponseErrorsResponse

  • This is the response message for listing all reasons that bid responses resulted in an error.

  • The JSON representation includes a list of calloutStatusRows (objects summarizing bid responses by status) and a nextPageToken (for retrieving subsequent results).

  • The calloutStatusRows field is an array containing CalloutStatusRow objects.

  • The nextPageToken field is a string used to retrieve the next page of results by passing its value in the pageToken field of a subsequent bidResponseErrors.list method call.

Response message for listing all reasons that bid responses resulted in an error.

JSON representation
{
  "calloutStatusRows": [
    {
      object (CalloutStatusRow)
    }
  ],
  "nextPageToken": string
}
Fields
calloutStatusRows[]

object (CalloutStatusRow)

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

nextPageToken

string

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