github.com/prebid/prebid-server@v0.275.0/adapters/eplanning/eplanningtest/supplemental/three-imps-1_banner-1_video_instream-and-1_video_outstream-only-send-video-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 "id": "test-imp-outstream", 34 "video": { 35 "w": 640, 36 "h": 480, 37 "placement": 5 38 }, 39 "ext": { 40 "bidder": { 41 "ci": "6789", 42 "adunit_code": "test_adunitcode_outstream" 43 } 44 } 45 } 46 ] 47 }, 48 49 "httpCalls": [ 50 { 51 "expectedRequest": { 52 "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", 53 "body": {} 54 }, 55 "mockResponse": { 56 "status": 200, 57 "body": { 58 "sI": { "k": "12345" }, 59 "sec": "ROS", 60 "sp": [ 61 { 62 "k": "video_640x480_0", 63 "a": [{ 64 "i": "123456789abcdef", 65 "pr": "0.5", 66 "adm": "<VAST>test</VAST>", 67 "crid": "abcdef123456789", 68 "id": "adid12345", 69 "w": 640, 70 "h": 480 71 }] 72 } 73 ] 74 } 75 } 76 } 77 ], 78 79 "expectedBidResponses": [ 80 { 81 "currency": "USD", 82 "bids": [ 83 { 84 "bid": { 85 "id": "123456789abcdef", 86 "impid": "test-imp-instream", 87 "price": 0.5, 88 "adm": "<VAST>test</VAST>", 89 "adid": "adid12345", 90 "crid": "abcdef123456789", 91 "w": 640, 92 "h": 480 93 }, 94 "type": "video" 95 } 96 ] 97 } 98 ], 99 100 "expectedMakeRequestsErrors": [ 101 { 102 "value": "Ignoring imp id=test-imp-id, auction instream and imp no instream", 103 "comparison": "literal" 104 }, 105 { 106 "value": "Ignoring imp id=test-imp-outstream, auction instream and imp no instream", 107 "comparison": "literal" 108 } 109 ] 110 } 111