[[["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."],[[["Retrieve filtered bid requests based on specified filter sets using the `ListFilteredBids` method."],["The request requires specifying the `filterSetName` as a path parameter to identify the filter set to apply."],["Utilize query parameters like `pageSize` and `pageToken` to control pagination of the results."],["This functionality is accessible via the `GET` method and requires `https://www.googleapis.com/auth/adexchange.buyer` authorization scope."]]],["This document outlines the `GET` request for retrieving filtered bid data from the Ad Exchange Buyer API. The request utilizes gRPC Transcoding and requires authorization via the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope. The URL includes a `filterSetName` path parameter that specifies the filter set to apply and can target bidder or account levels. Optional query parameters are `pageSize`, to manage results size, and `pageToken` to iterate through multiple pages of data. The request body must be empty, and a successful response will be a `ListFilteredBidsResponse` instance.\n"]]