[[["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\u003eLists all filter sets associated with a specified bidder or account ID.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes an HTTP GET request with path and query parameters for filtering.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adexchange.buyer\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eResponse provides a list of filter sets and a token for pagination if needed.\u003c/p\u003e\n"]]],["This document details how to list filter sets for a given account using the Ad Exchange Buyer API. The `GET` HTTP request is made to `https://adexchangebuyer.googleapis.com/v2beta1/{ownerName=bidders/*}/filterSets`. The `ownerName` path parameter specifies the bidder or account. Optional query parameters, `pageSize` and `pageToken`, allow for result pagination. The request body must be empty, and a successful response returns a `ListFilterSetsResponse` instance. Access requires the `adexchange.buyer` authorization scope.\n"],null,["# Method: bidders.filterSets.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all filter sets for the account with the given account ID.\n\n### HTTP request\n\n`GET https://adexchangebuyer.googleapis.com/v2beta1/{ownerName=bidders/*}/filterSets`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ownerName` | `string` Name of the owner (bidder or account) of the filter sets to be listed. For example: - For a bidder-level filter set for bidder 123: `bidders/123` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456` |\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |\n| `pageToken` | `string` A token identifying a page of results the server should return. Typically, this is the value of [ListFilterSetsResponse.nextPageToken](/authorized-buyers/apis/reference/rest/v2beta1/ListFilterSetsResponse#FIELDS.next_page_token) returned from the previous call to the [accounts.filterSets.list](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets/list#google.ads.adexchange.buyer.v2beta1.FilterSets.ListFilterSets) method. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListFilterSetsResponse](/authorized-buyers/apis/reference/rest/v2beta1/ListFilterSetsResponse).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adexchange.buyer`"]]