github.com/prebid/prebid-server/v2@v2.18.0/adapters/smaato/smaatotest/videosupplemental/bad-adbreak-id-request.json (about) 1 { 2 "mockBidRequest": { 3 "id": "447a0a1d-389d-4730-a418-3777e95de7bd", 4 "imp": [ 5 { 6 "id": "1_1", 7 "video": { 8 "mimes": [ 9 "video/mp4", 10 "video/3gpp" 11 ], 12 "minduration": 5, 13 "maxduration": 30, 14 "protocols": [ 15 7 16 ], 17 "w": 1024, 18 "h": 768, 19 "startdelay": 0, 20 "linearity": 1, 21 "skip": 1, 22 "skipmin": 5, 23 "api": [ 24 7 25 ] 26 }, 27 "ext": { 28 "bidder": { 29 "publisherId": "1234567" 30 } 31 } 32 }, 33 { 34 "id": "1_2", 35 "video": { 36 "mimes": [ 37 "video/mp4", 38 "video/3gpp" 39 ], 40 "minduration": 5, 41 "maxduration": 30, 42 "protocols": [ 43 7 44 ], 45 "w": 1024, 46 "h": 768, 47 "startdelay": 0, 48 "linearity": 1, 49 "skip": 1, 50 "skipmin": 5, 51 "api": [ 52 7 53 ] 54 }, 55 "ext": { 56 "bidder": { 57 "publisherId": "1234567" 58 } 59 } 60 } 61 ], 62 "site": { 63 "publisher": { 64 "id": "1100042525" 65 }, 66 "content": { 67 "title": "a-title", 68 "season": "a-season", 69 "series": "a-series", 70 "episode": 1, 71 "len": 900, 72 "livestream": 1 73 } 74 }, 75 "device": { 76 "ua": "test-user-agent" 77 }, 78 "user": { 79 "ext": { 80 "data": {} 81 } 82 } 83 }, 84 "expectedMakeRequestsErrors": [ 85 { 86 "value": "Missing adbreakId parameter.", 87 "comparison": "literal" 88 } 89 ] 90 }