Page Summary
-
An AuctionPackage encapsulates a single auction package that advertisers can browse and opt into in DV3 via the marketplace discovery UI.
-
The JSON representation of an AuctionPackage includes fields such as name, displayName, status, description, format, floorPrice, startTime, and endTime.
-
The Format specifies the underlying ad format type for the auction package, including display, video, and audio.
-
Available methods for AuctionPackages include create, get, list, patch, and uploadLogo.
Resource: AuctionPackage
Encapsulates a single auction package. Advertisers in DV3 can browse all auction packages in DV3 through the marketplace discovery UI and opt in to use these packages without seller action.
| JSON representation |
|---|
{ "name": string, "displayName": string, "status": enum ( |
| Fields | |
|---|---|
name |
Identifier. Relative resource name for this auction package. Should be of the form: |
displayName |
Required. The display name of this auction package. Must be UTF-8 encoded with a maximum size of 240 characters. |
status |
Required. The status of this auction package. Packages with status PAUSED or REMOVED are not shown to DV3 advertisers. |
description |
Required. The description text for this package. Must be UTF-8 encoded with a maximum size of 2000 characters. |
format |
Required. Immutable. The underlying ad format type. Updates not allowed after creation. |
forecast |
Optional. Forecasting breakdown for this auction package’s inventory. DV3 advertisers can see and filter on these breakdowns. |
externalDealId |
Required. Immutable. The exchange deal ID used in bid requests. Max 100 characters. Allowed characters are alphanumeric, underscore, dash, and dot. Updates not allowed after creation. |
logoUrl |
Output only. The URL for the logo of this auction package. |
floorPrice |
Required. The floor price of this auction package. |
startTime |
Required. Time when this auction package becomes active. Must be earlier than endTime. Start time cannot be more than 1 year in the future. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
Required. Time when this auction package becomes inactive. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
mediumType |
Required. Medium type of the auction package. |
urgOwners[] |
Optional. Under represented groups the owner is a member of, if any. |
dv3MarketplaceUri |
Output only. DV360 link for auction package in marketplace. |
Format
Ad format for auction package.
| Enums | |
|---|---|
DEAL_FORMAT_UNSPECIFIED |
Deal format unspecified. Not valid for input. |
DEAL_FORMAT_DISPLAY |
Display format. |
DEAL_FORMAT_VIDEO |
Video format. |
DEAL_FORMAT_AUDIO |
Audio format. |
Methods |
|
|---|---|
|
Creates a new auction package. |
|
Gets an auction package. |
|
Lists auction packages. |
|
Updates an auction package. |
|
Upload logo for the specified package. |