github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/videosupplemental/no-protocols.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 "video/3gpp", 11 "video/x-ms-wmv" 12 ], 13 "minduration": 5, 14 "maxduration": 30 15 }, 16 "ext": { 17 "bidder": { 18 "tagid": "123456" 19 } 20 } 21 } 22 ], 23 "device": { 24 "ua": "test-user-agent", 25 "ip": "123.123.123.123", 26 "language": "en", 27 "dnt": 0 28 }, 29 "site": { 30 "domain": "www.publisher.com", 31 "page": "http://www.publisher.com/awesome/site" 32 }, 33 "user": { 34 "buyeruid": "test_reader_id" 35 } 36 }, 37 "expectedMakeRequestsErrors": [ 38 { 39 "value": "Missing required video parameter", 40 "comparison": "literal" 41 } 42 ], 43 "httpCalls": [] 44 }