github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/videosupplemental/no-mimes.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 "minduration": 5, 9 "maxduration": 30, 10 "protocols": [ 11 4, 12 5, 13 6, 14 8 15 ] 16 }, 17 "ext": { 18 "bidder": { 19 "tagid": "123456" 20 } 21 } 22 } 23 ], 24 "device": { 25 "ua": "test-user-agent", 26 "ip": "123.123.123.123", 27 "language": "en", 28 "dnt": 0 29 }, 30 "site": { 31 "domain": "www.publisher.com", 32 "page": "http://www.publisher.com/awesome/site" 33 }, 34 "user": { 35 "buyeruid": "test_reader_id" 36 } 37 }, 38 "expectedMakeRequestsErrors": [ 39 { 40 "value": "Missing required video parameter", 41 "comparison": "literal" 42 } 43 ], 44 "httpCalls": [] 45 }