[[["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."],[[["Retrieves a specific filter set for a given account using the provided account ID."],["Uses a GET request with a specific URL structure including path parameters for resource identification."],["Requires an empty request body and returns the FilterSet object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],["The core content describes how to retrieve a filter set using a GET request to a specific URL. The URL includes path parameters, specifically the `name` of the filter set, which is a string defining the resource's full name at either the bidder or account level. The request body must be empty. A successful response returns a `FilterSet` object. The operation requires OAuth scope `https://www.googleapis.com/auth/adexchange.buyer`. This utilizes gRPC Transcoding syntax.\n"]]