github.com/prebid/prebid-server/v2@v2.18.0/adapters/nextmillennium/nextmillenniumtest/exemplary/banner-with-group-id_app.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 "group_id": "7819" 24 } 25 } 26 } 27 ], 28 "app": { 29 "domain": "www.example.com" 30 } 31 }, 32 33 "httpCalls": [ 34 { 35 "expectedRequest": { 36 "uri": "https://pbs.nextmillmedia.com/openrtb2/auction", 37 "body":{ 38 "id": "testid", 39 "app": { 40 "domain": "www.example.com" 41 }, 42 "ext": { 43 "nextMillennium": {}, 44 "prebid": { 45 "storedrequest": { 46 "id": "g7819;320x250;www.example.com" 47 }, 48 "server": { 49 "datacenter": "2", 50 "externalurl": "http://hosturl.com", 51 "gvlid": 1 52 } 53 } 54 }, 55 "imp": [ 56 { 57 "banner": { 58 "format": [ 59 { 60 "h": 250, 61 "w": 320 62 }, 63 { 64 "h": 300, 65 "w": 320 66 } 67 ], 68 "h": 250, 69 "w": 320 70 }, 71 "ext": { 72 "nextMillennium": {}, 73 "prebid": { 74 "storedrequest": { 75 "id": "g7819;320x250;www.example.com" 76 } 77 } 78 }, 79 "id": "123654" 80 } 81 ] 82 }, 83 "impIDs":["123654"] 84 }, 85 "mockResponse": { 86 "status": 200, 87 "body": { 88 "id": "f7b3d2da-e762-410c-b069-424f92c4c4b2", 89 "seatbid": [ 90 { 91 "bid": [ 92 { 93 "impid": "123654", 94 "id": "7457329903666272789", 95 "price": 0.5, 96 "adm": "Hello! It\"s a test ad!", 97 "adid": "96846035", 98 "adomain": ["test.addomain.com"], 99 "w": 300, 100 "h": 250, 101 "mtype":1 102 } 103 ] 104 } 105 ], 106 "cur": "USD" 107 } 108 } 109 } 110 ], 111 112 "expectedBidResponses": [ 113 { 114 "currency": "USD", 115 "bids": [ 116 { 117 "bid": { 118 "id": "7457329903666272789", 119 "impid": "123654", 120 "price": 0.5, 121 "adm": "Hello! It\"s a test ad!", 122 "adid": "96846035", 123 "adomain": ["test.addomain.com"], 124 "w": 300, 125 "h": 250, 126 "mtype":1 127 }, 128 "type": "banner" 129 } 130 ] 131 } 132 ] 133 }