github.com/prebid/prebid-server/v2@v2.18.0/adapters/roulax/roulaxtest/supplemental/no-bid-response.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": [1,3,5], 14 "w": 1020, 15 "h": 780, 16 "startdelay": 1, 17 "placement": 1, 18 "playbackmethod": [2], 19 "delivery": [1], 20 "api": [1,2,3,4] 21 }, 22 "ext": { 23 "bidder": { 24 "PublisherPath": "72721", 25 "Pid": "mvo", 26 "zone": "1r" 27 } 28 } 29 } 30 ] 31 }, 32 "httpCalls": [ 33 { 34 "expectedRequest": { 35 "uri": "http://dsp.rcoreads.com/api/vidmate?pid=vidmate_android_banner", 36 "body": { 37 "id": "test-request-id", 38 "imp": [ 39 { 40 "id": "test-imp-id", 41 "video": { 42 "mimes": [ 43 "video/mp4" 44 ], 45 "minduration": 1, 46 "maxduration": 2, 47 "protocols": [1,3,5], 48 "w": 1020, 49 "h": 780, 50 "startdelay": 1, 51 "placement": 1, 52 "playbackmethod": [2], 53 "delivery": [1], 54 "api": [1,2,3,4] 55 }, 56 "ext": { 57 "bidder": { 58 "PublisherPath": "72721", 59 "Pid": "mvo", 60 "zone": "1r" 61 } 62 } 63 } 64 ] 65 }, 66 "impIDs":["test-imp-id"] 67 }, 68 "mockResponse": { 69 "status": 200, 70 "body": { 71 } 72 } 73 } 74 ], 75 "expectedBidResponses": [ 76 { 77 "bids": [] 78 } 79 ] 80 }