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