ListFilteredBidRequestsResponse

  • The ListFilteredBidRequestsResponse message lists reasons why bid requests were filtered and not sent to the buyer.

  • The response includes a list of CalloutStatusRows, each detailing counts of filtered bid requests by callout status.

  • A nextPageToken is provided to retrieve subsequent pages of results from the filteredBidRequests.list method.

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.