ListBidResponseErrorsResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message for listing all reasons that bid responses resulted in an error.
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."],[[["\u003cp\u003eProvides a structured JSON response detailing the reasons for bid response errors.\u003c/p\u003e\n"],["\u003cp\u003eIncludes \u003ccode\u003ecalloutStatusRows\u003c/code\u003e with aggregated counts of bid responses based on error status and \u003ccode\u003enextPageToken\u003c/code\u003e for pagination to retrieve further results.\u003c/p\u003e\n"],["\u003cp\u003eUsers can leverage the \u003ccode\u003enextPageToken\u003c/code\u003e in subsequent \u003ccode\u003ebidResponseErrors.list\u003c/code\u003e requests to access additional error information.\u003c/p\u003e\n"]]],[],null,["# ListBidResponseErrorsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for listing all reasons that bid responses resulted in an error.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"calloutStatusRows\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/CalloutStatusRow) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `calloutStatusRows[]` | `object (`[CalloutStatusRow](/authorized-buyers/apis/reference/rest/v2beta1/CalloutStatusRow)`)` List of rows, with counts of bid responses aggregated by callout status. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListBidResponseErrorsRequest.pageToken](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.bidResponseErrors/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the [bidResponseErrors.list](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.bidResponseErrors/list#google.ads.adexchange.buyer.v2beta1.RtbTroubleshooting.ListBidResponseErrors) method to retrieve the next page of results. |"]]