v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13276592.6 KB
bidders

List the auction packages. Buyers can use the URL path "/v1/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/auctionPackages" to list auction packages for the bidder, its media planners, its buyers, and all their clients.

get/v1/{+parent}/auctionPackages

Path parameters

parentstring required

Required. Name of the parent buyer that can access the auction package. Format: buyers/{accountId}. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format bidders/{accountId}.

Query parameters

filterstring

Optional. Optional query string using the Cloud API list filtering syntax. Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds

orderBystring

Optional. An optional query string to sort auction packages using the Cloud API sorting syntax. If no sort order is specified, results will be returned in an arbitrary order. Only supported when parent is bidder. Supported columns for sorting are: * displayName * createTime * updateTime

pageSizeinteger

Requested page size. The server may return fewer results than requested. Max allowed page size is 500.

pageTokenstring

The page token as returned. ListAuctionPackagesResponse.nextPageToken

Response

Successful response