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