[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe API response provides data on why bids were filtered from an auction, grouped by filtering reasons.\u003c/p\u003e\n"],["\u003cp\u003eResults are presented in rows with counts of filtered bids and may be paginated using \u003ccode\u003enextPageToken\u003c/code\u003e for larger datasets.\u003c/p\u003e\n"],["\u003cp\u003eEach row (\u003ccode\u003ecreativeStatusRows\u003c/code\u003e) contains a CreativeStatusRow object, providing details about the filtering reason.\u003c/p\u003e\n"]]],[],null,["# ListFilteredBidsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for listing all reasons that bids were filtered from the auction.\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"creativeStatusRows\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/CreativeStatusRow) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `creativeStatusRows[]` | `object (`[CreativeStatusRow](/authorized-buyers/apis/reference/rest/v2beta1/CreativeStatusRow)`)` List of rows, with counts of filtered bids aggregated by filtering reason (for example, creative status). |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListFilteredBidsRequest.pageToken](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.filteredBids/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the [filteredBids.list](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.filteredBids/list#google.ads.adexchange.buyer.v2beta1.RtbTroubleshooting.ListFilteredBids) method to retrieve the next page of results. |"]]