[[["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\u003eThis page documents the structure of the response received when listing filter sets within the Authorized Buyers Real-Time Bidding API.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of filter sets associated with the buyer and a token for retrieving subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eEach filter set object provides detailed information about the specific filtering criteria, as defined in the FilterSet resource.\u003c/p\u003e\n"]]],["The core content describes the JSON response for listing filter sets. It includes an array of `filterSets`, each an object representing a filter set. The response also contains a `nextPageToken`, which is a string. This token is used to retrieve the subsequent page of results by including it in the `pageToken` field of the next `ListFilterSetsRequest`.\n"],null,["# ListFilterSetsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for listing filter sets.\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"filterSets\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets#FilterSet) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `filterSets[]` | `object (`[FilterSet](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets#FilterSet)`)` The filter sets belonging to the buyer. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListFilterSetsRequest.pageToken](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the [accounts.filterSets.list](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets/list#google.ads.adexchange.buyer.v2beta1.FilterSets.ListFilterSets) method to retrieve the next page of results. |"]]