github.com/prebid/prebid-server@v0.275.0/adapters/eplanning/eplanningtest/supplemental/two-imps-1_banner-and-1_video_instream-send-only-instream.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "w": 600, 9 "h": 300 10 }, 11 "ext": { 12 "bidder": { 13 "ci": "12345", 14 "adunit_code": "test_adunitcode_banner" 15 } 16 } 17 }, 18 { 19 "id": "test-imp-instream", 20 "video": { 21 "w": 640, 22 "h": 480, 23 "placement": 1 24 }, 25 "ext": { 26 "bidder": { 27 "ci": "6789", 28 "adunit_code": "test_adunitcode_instream" 29 } 30 } 31 } 32 ] 33 }, 34 35 "httpCalls": [ 36 { 37 "expectedRequest": { 38 "uri": "http://rtb.e-planning.net/pbs/1/6789/1/FILE/ROS?e=video_640x480_0%3A640x480%3B1&ncb=1&ur=FILE&vctx=1&vv=3", 39 "body": {} 40 }, 41 "mockResponse": { 42 "status": 200, 43 "body": { 44 "sI": { "k": "12345" }, 45 "sec": "ROS", 46 "sp": [ 47 { 48 "k": "video_640x480_0", 49 "a": [{ 50 "i": "123456789abcdef", 51 "pr": "0.5", 52 "adm": "<VAST>test</VAST>", 53 "crid": "abcdef123456789", 54 "id": "adid12345", 55 "w": 640, 56 "h": 480 57 }] 58 } 59 ] 60 } 61 } 62 } 63 ], 64 65 "expectedBidResponses": [ 66 { 67 "currency": "USD", 68 "bids": [ 69 { 70 "bid": { 71 "id": "123456789abcdef", 72 "impid": "test-imp-instream", 73 "price": 0.5, 74 "adm": "<VAST>test</VAST>", 75 "adid": "adid12345", 76 "crid": "abcdef123456789", 77 "w": 640, 78 "h": 480 79 }, 80 "type": "video" 81 } 82 ] 83 } 84 ], 85 "expectedMakeRequestsErrors": [ 86 { 87 "value": "Ignoring imp id=test-imp-id, auction instream and imp no instream", 88 "comparison": "literal" 89 } 90 ] 91 } 92