Data Response Object

Field

Type

Details

name

string

Used to specify the name of the entity to which the value refers, e.g. "Scan Code"

value

string

The value for the named data type being returned to the Supplier, e.g. "1iuyyw-987762"

{
 "seatbid":{
     "bid":{
         "ext":{
             "data":[
                 {
                     "name":"vdeal-id",
                     "value":"abc123"
                 },
                 {
                     "name":"dmp-data",
                     "value":"56752-86862"
                 }
             ]
         }
     }
 }
}