Method: bidders.filterSets.nonBillableWinningBids.list
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This document provides details on how to list reasons for non-billable winning bids using a specific HTTP request with defined path and query parameters.
The request uses a GET method to retrieve non-billable winning bids associated with a given filter set name.
Path parameters include filterSetName to specify the relevant bidder or account-level filter set.
Query parameters such as pageSize and pageToken can be used for pagination of the results.
A successful request returns a ListNonBillableWinningBidsResponse in the response body, and the request requires the https://www.googleapis.com/auth/adexchange.buyer authorization scope.
[[["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."],[],["This document details retrieving non-billable winning bids via a `GET` HTTP request to `nonBillableWinningBids`. The request requires specifying a `filterSetName` in the path, identifying the bidder and filter set. Optional query parameters `pageSize` and `pageToken` manage pagination. The request body must be empty. A successful response contains `ListNonBillableWinningBidsResponse`. Authorization requires the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope. No information regarding reasons for non-billable winning bids is present in the provided content.\n"]]