Private Marketplace Object

Note

Fields marked with asterisk (*) are optional.

Parameter

Type

Description

private_auction*

integer

A value of 1 indicates that only bids submitted inside pmp.deals will take part in the auction. A value of 0 indicates that bids without deal information may also be considered for serving.

deals

array of objects

Array of Deal objects, for more information, see the Deal Object section.

PMP Object Example

{
   "pmp":{
      "private_auction":1,
      "deals":[
         {
            "id":"deal-1",
            "wseat":[
               "58"
            ],
            "bidfloor":2.5,
            "at":1
         },
         {
            "id":"deal-2",
            "bidfloor":2,
            "at":2
         }
      ]
   }
}