mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-15 06:26:35 +03:00
9aac16fc8e
- Asset.{Title,Img,Video,Data} now use corresponding object types (ptr)
- Data.Len is uint64 now
- Image.{W,WMin,H,HMin} are uint64 now
- removed video.linearity from native fixture
64 lines
715 B
JSON
64 lines
715 B
JSON
{
|
|
"ver": "1.1",
|
|
"context": 1,
|
|
"contextsubtype": 10,
|
|
"plcmttype": 11,
|
|
"plcmtcnt": 1,
|
|
"assets": [
|
|
{
|
|
"id": 4,
|
|
"video": {
|
|
"minduration": 15,
|
|
"maxduration": 30,
|
|
"protocols": [
|
|
2,
|
|
3
|
|
],
|
|
"mimes": [
|
|
"video/mp4"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": 123,
|
|
"required": 1,
|
|
"title": {
|
|
"len": 140
|
|
}
|
|
},
|
|
{
|
|
"id": 128,
|
|
"img": {
|
|
"wmin": 836,
|
|
"hmin": 627,
|
|
"type": 3
|
|
}
|
|
},
|
|
{
|
|
"id": 124,
|
|
"required": 1,
|
|
"img": {
|
|
"wmin": 50,
|
|
"hmin": 50,
|
|
"type": 1
|
|
}
|
|
},
|
|
{
|
|
"id": 126,
|
|
"required": 1,
|
|
"data": {
|
|
"type": 1,
|
|
"len": 25
|
|
}
|
|
},
|
|
{
|
|
"id": 127,
|
|
"required": 1,
|
|
"data": {
|
|
"type": 2,
|
|
"len": 140
|
|
}
|
|
}
|
|
]
|
|
}
|