github.com/prebid/prebid-server/v2@v2.18.0/adapters/eplanning/eplanningtest/supplemental/video-placement-no-1-send-vctx-2.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 }, 9 "ext": { 10 "bidder": { 11 "ci": "12345", 12 "adunit_code": "test_adunitcode_nosize" 13 } 14 } 15 } 16 ] 17 }, 18 19 "httpCalls": [ 20 { 21 "expectedRequest": { 22 "uri": "http://rtb.e-planning.net/pbs/1/12345/1/FILE/ROS?e=video_640x480_0%3A640x480%3B1&ncb=1&ur=FILE&vctx=2&vv=3", 23 "body": {}, 24 "impIDs":["test-imp-id"] 25 }, 26 "mockResponse": { 27 "status": 200, 28 "body": { 29 "sI": { "k": "12345" }, 30 "sec": "ROS", 31 "sp": [ 32 { 33 "k": "video_640x480_0", 34 "a": [{ 35 "i": "123456789abcdef", 36 "pr": "0.5", 37 "adm": "<VAST>test</VAST>", 38 "crid": "abcdef123456789", 39 "id": "adid12345", 40 "w": 640, 41 "h": 480 42 }] 43 } 44 ] 45 } 46 } 47 } 48 ], 49 50 "expectedBidResponses": [ 51 { 52 "currency": "USD", 53 "bids": [ 54 { 55 "bid": { 56 "id": "123456789abcdef", 57 "impid": "test-imp-id", 58 "price": 0.5, 59 "adm": "<VAST>test</VAST>", 60 "adid": "adid12345", 61 "crid": "abcdef123456789", 62 "w": 640, 63 "h": 480 64 }, 65 "type": "video" 66 } 67 ] 68 } 69 ] 70 } 71