github.com/prebid/prebid-server@v0.275.0/adapters/nextmillennium/nextmillenniumtest/exemplary/banner-with-group-id_app.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 "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 "prebid": { 44 "storedrequest": { 45 "id": "g7819;320x250;www.example.com" 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 "prebid": { 67 "storedrequest": { 68 "id": "g7819;320x250;www.example.com" 69 } 70 } 71 }, 72 "id": "testimpid" 73 } 74 ] 75 } 76 }, 77 "mockResponse": { 78 "status": 200, 79 "body": { 80 "id": "f7b3d2da-e762-410c-b069-424f92c4c4b2", 81 "seatbid": [ 82 { 83 "bid": [ 84 { 85 "impid": "123654", 86 "id": "7457329903666272789", 87 "price": 0.5, 88 "adm": "Hello! It\"s a test ad!", 89 "adid": "96846035", 90 "adomain": ["test.addomain.com"], 91 "w": 300, 92 "h": 250 93 } 94 ] 95 } 96 ], 97 "cur": "USD" 98 } 99 } 100 } 101 ], 102 103 "expectedBidResponses": [ 104 { 105 "currency": "USD", 106 "bids": [ 107 { 108 "bid": { 109 "id": "7457329903666272789", 110 "impid": "123654", 111 "price": 0.5, 112 "adm": "Hello! It\"s a test ad!", 113 "adid": "96846035", 114 "adomain": ["test.addomain.com"], 115 "w": 300, 116 "h": 250 117 }, 118 "type": "banner" 119 } 120 ] 121 } 122 ] 123 }