ListFilteredBidRequestsResponse

Response message for listing all reasons that bid requests were filtered and not sent to the buyer.

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

object (CalloutStatusRow)

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

nextPageToken

string

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