github.com/prebid/prebid-server/v2@v2.18.0/adapters/gumgum/gumgumtest/supplemental/video-partial-size.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 "mimes": [ 9 "video/mp4" 10 ], 11 "minduration": 1, 12 "maxduration": 2, 13 "protocols": [ 14 1, 15 2 16 ], 17 "w": 640, 18 "startdelay": 1, 19 "placement": 1, 20 "linearity": 1 21 }, 22 "ext": { 23 "bidder": { 24 "zone": "ggumtest" 25 } 26 } 27 } 28 ] 29 }, 30 "expectedMakeRequestsErrors": [ 31 { 32 "value": "Invalid or missing video field(s)", 33 "comparison": "literal" 34 } 35 ] 36 }