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
} |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["This response message details why bid requests were filtered and not sent to the buyer, providing aggregated counts by callout status."],["The response includes a list of `calloutStatusRows` with details on the filtering reasons."],["A `nextPageToken` is provided to retrieve further results if available, allowing for pagination of the response data."]]],[]]