Method: bidders.accounts.filterSets.nonBillableWinningBids.list
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The provided content outlines how to list non-billable winning bids using a GET request to the specified API endpoint.
The request requires a filterSetName path parameter to specify the filter set applied to the metrics.
Optional query parameters include pageSize and pageToken for pagination of results.
A successful response will return an instance of ListNonBillableWinningBidsResponse, 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 the `nonBillableWinningBids` API endpoint, a `GET` request using gRPC Transcoding. It retrieves a list of winning bids that were not billable. The request requires a `filterSetName` path parameter specifying the bidder and account. Optional query parameters `pageSize` and `pageToken` manage pagination. The request body must be empty, and successful responses are in `ListNonBillableWinningBidsResponse` format. The required authorization scope is `https://www.googleapis.com/auth/adexchange.buyer`. No reasons for non billable bids are provided.\n"]]