[[["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."],[[["Lists all filter sets associated with a specified bidder or account ID."],["Utilizes an HTTP GET request with path and query parameters for filtering."],["Requires authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."],["Response provides a list of filter sets and a token for pagination if needed."]]],["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"]]