github.com/prebid/prebid-server/v2@v2.18.0/adapters/nextmillennium/nextmillenniumtest/exemplary/banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "testid", 4 "imp": [ 5 { 6 "id": "123654", 7 "banner": { 8 "format": [ 9 { 10 "w": 320, 11 "h": 250 12 }, 13 { 14 "w": 320, 15 "h": 300 16 } 17 ], 18 "w": 320, 19 "h": 250 20 }, 21 "ext": { 22 "bidder": { 23 "placement_id": "7819" 24 } 25 } 26 } 27 ] 28 }, 29 30 "httpCalls": [ 31 { 32 "expectedRequest": { 33 "uri": "https://pbs.nextmillmedia.com/openrtb2/auction", 34 "body":{ 35 "id": "testid", 36 "ext": { 37 "nextMillennium": {}, 38 "prebid": { 39 "storedrequest": { 40 "id": "7819" 41 }, 42 "server": { 43 "datacenter": "2", 44 "externalurl": "http://hosturl.com", 45 "gvlid": 1 46 } 47 } 48 }, 49 "imp": [ 50 { 51 "banner": { 52 "format": [ 53 { 54 "h": 250, 55 "w": 320 56 }, 57 { 58 "h": 300, 59 "w": 320 60 } 61 ], 62 "h": 250, 63 "w": 320 64 }, 65 "ext": { 66 "nextMillennium": {}, 67 "prebid": { 68 "storedrequest": { 69 "id": "7819" 70 } 71 } 72 }, 73 "id": "123654" 74 } 75 ] 76 }, 77 "impIDs":["123654"] 78 }, 79 "mockResponse": { 80 "status": 200, 81 "body": { 82 "id": "f7b3d2da-e762-410c-b069-424f92c4c4b2", 83 "seatbid": [ 84 { 85 "bid": [ 86 { 87 "impid": "123654", 88 "id": "7457329903666272789", 89 "price": 0.5, 90 "adm": "Hello! It\"s a test ad!", 91 "adid": "96846035", 92 "adomain": ["test.addomain.com"], 93 "w": 300, 94 "h": 250, 95 "mtype":1 96 } 97 ] 98 } 99 ], 100 "cur": "USD" 101 } 102 } 103 } 104 ], 105 106 "expectedBidResponses": [ 107 { 108 "currency": "USD", 109 "bids": [ 110 { 111 "bid": { 112 "id": "7457329903666272789", 113 "impid": "123654", 114 "price": 0.5, 115 "adm": "Hello! It\"s a test ad!", 116 "adid": "96846035", 117 "adomain": ["test.addomain.com"], 118 "w": 300, 119 "h": 250, 120 "mtype":1 121 }, 122 "type": "banner" 123 } 124 ] 125 } 126 ] 127 }