AuctionPackage
import type { AuctionPackage } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";
Defines a segment of inventory that buyer wants to buy. It's created by buyer and could be shared with multiple buyers.
§Properties
Output only. The buyer that created this auction package. Format:
buyers/{buyerAccountId}
Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.
Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
Immutable. The unique identifier for the auction package. Format:
buyers/{accountId}/auctionPackages/{auctionPackageId}
The
auction_package_id part of name is sent in the BidRequest to all RTB
bidders and is returned as deal_id by the bidder in the BidResponse.
Output only. The list of buyers that are subscribed to the AuctionPackage.
This field is only populated when calling as a bidder. Format:
buyers/{buyerAccountId}
Output only. When calling as a buyer, the list of clients of the current
buyer that are subscribed to the AuctionPackage. When calling as a bidder,
the list of clients that are subscribed to the AuctionPackage owned by the
bidder or its buyers. Format:
buyers/{buyerAccountId}/clients/{clientAccountId}
Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.