github.com/prebid/prebid-server@v0.275.0/adapters/rise/risetest/supplemental/missing-org.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-missing-ext-id", 7 "video": { 8 "mimes": [ 9 "video/mp4" 10 ], 11 "minduration": 1, 12 "maxduration": 2, 13 "maxextended": 30, 14 "minbitrate": 300, 15 "maxbitrate": 1500, 16 "protocols": [1,2,5], 17 "w": 1020, 18 "h": 780, 19 "startdelay": 1, 20 "placement": 1, 21 "playbackmethod": [2], 22 "delivery": [1], 23 "api": [1,2,3,4] 24 }, 25 "ext": { 26 "bidder": { 27 "org": "", 28 "publisher_id": "" 29 }} 30 } 31 ] 32 }, 33 "expectedMakeRequestsErrors": [ 34 { 35 "value": "extractOrg: no org or publisher_id supplied", 36 "comparison": "literal" 37 } 38 ] 39 }