ListBidResponseErrorsResponse

  • Provides a structured JSON response detailing the reasons for bid response errors.

  • Includes calloutStatusRows with aggregated counts of bid responses based on error status and nextPageToken for pagination to retrieve further results.

  • Users can leverage the nextPageToken in subsequent bidResponseErrors.list requests to access additional error information.

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.