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