Resource: AuctionPackage
Defines a segment of inventory that buyer wants to buy. It's created by buyer and could be shared with multiple buyers.
JSON representation |
---|
{
"name": string,
"creator": string,
"displayName": string,
"description": string,
"createTime": string,
"updateTime": string,
"subscribedClients": [
string
],
"subscribedBuyers": [
string
],
"subscribedMediaPlanners": [
{
object ( |
Fields | |
---|---|
name |
Immutable. The unique identifier for the auction package. Format: |
creator |
Output only. The buyer that created this auction package. Format: |
displayName |
The displayName assigned to the auction package. |
description |
Output only. A description of the auction package. |
createTime |
Output only. Time the auction package was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time the auction package was last updated. This value is only increased when this auction package is updated but never when a buyer subscribed. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
subscribedClients[] |
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: |
subscribedBuyers[] |
Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: |
subscribedMediaPlanners[] |
Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. |
eligibleSeatIds[] |
Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace. |
Methods |
|
---|---|
|
Gets an auction package given its name. |
|
List the auction packages. |
|
Subscribe to the auction package for the specified buyer. |
|
Subscribe the specified clients of the buyer to the auction package. |
|
Unsubscribe from the auction package for the specified buyer. |
|
Unsubscribe from the auction package for the specified clients of the buyer. |