github.com/prebid/prebid-server/v2@v2.18.0/adapters/vrtcal/vrtcaltest/exemplary/web-simple-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "Just_an_unused_vrtcal_param": "unused_data_for_this" 18 } 19 } 20 } 21 ], 22 "site": { 23 "id": "fake-site-id", 24 "page": "http://www.vrtcal.com" 25 } 26 }, 27 "httpCalls": [ 28 { 29 "expectedRequest": { 30 "uri": "http://rtb.vrtcal.com/bidder_prebid.vap?ssp=1804", 31 "body": { 32 "id": "test-request-id", 33 "imp": [ 34 { 35 "id": "test-imp-id", 36 "banner": { 37 "format": [ 38 { 39 "w": 300, 40 "h": 250 41 } 42 ] 43 }, 44 45 "ext": { 46 "bidder": { 47 "Just_an_unused_vrtcal_param": "unused_data_for_this" 48 } 49 } 50 } 51 ], 52 "site": { 53 "id": "fake-site-id", 54 "page": "http://www.vrtcal.com" 55 } 56 }, 57 "impIDs":["test-imp-id"] 58 }, 59 "mockResponse": { 60 "status": 200, 61 "body": { 62 "id": "test-request-id", 63 "seatbid": [ 64 { 65 "seat": "vrtcal", 66 "bid": [ 67 { 68 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 69 "impid": "test-imp-id", 70 "price": 0.500000, 71 "adm": "some-test-ad", 72 "crid": "crid_10", 73 "h": 250, 74 "w": 300, 75 "mtype":1 76 } 77 ] 78 } 79 ], 80 "cur": "USD" 81 } 82 } 83 } 84 ], 85 "expectedBidResponses": [ 86 { 87 "currency": "USD", 88 "bids": [ 89 { 90 "bid": { 91 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 92 "impid": "test-imp-id", 93 "price": 0.5, 94 "adm": "some-test-ad", 95 "crid": "crid_10", 96 "w": 300, 97 "h": 250, 98 "mtype":1 99 }, 100 "type": "banner" 101 } 102 ] 103 } 104 ] 105 }