github.com/prebid/prebid-server/v2@v2.18.0/adapters/gumgum/gumgumtest/supplemental/banner-with-slot-param.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 300 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "zone": "dc9d6be1", 22 "slot": 12345678 23 } 24 } 25 } 26 ] 27 }, 28 "httpCalls": [ 29 { 30 "expectedRequest": { 31 "uri": "https://g2.gumgum.com/providers/prbds2s/bid", 32 "body": { 33 "id": "test-request-id", 34 "imp": [ 35 { 36 "id": "test-imp-id", 37 "banner": { 38 "format": [ 39 { 40 "w": 300, 41 "h": 250 42 }, 43 { 44 "w": 300, 45 "h": 300 46 } 47 ], 48 "w": 300, 49 "h": 250, 50 "ext": { 51 "si": 12345678, 52 "maxw": 300, 53 "maxh": 300 54 } 55 }, 56 "ext": { 57 "bidder": { 58 "zone": "dc9d6be1", 59 "slot": 12345678 60 } 61 } 62 } 63 ] 64 }, 65 "impIDs":["test-imp-id"] 66 }, 67 "mockResponse": { 68 "status": 200, 69 "body": { 70 "seatbid": [ 71 { 72 "bid": [ 73 { 74 "crid": "2068416", 75 "adm": "some-test-ad", 76 "adid": "2068416", 77 "price": 5, 78 "id": "5736a50b-6b05-42a8-aa6d-b0a4649dcd05", 79 "impid": "test-imp-id", 80 "cid": "4747" 81 } 82 ] 83 } 84 ] 85 } 86 } 87 } 88 ], 89 "expectedBidResponses": [ 90 { 91 "currency": "USD", 92 "bids": [ 93 { 94 "bid": { 95 "crid": "2068416", 96 "adm": "some-test-ad", 97 "adid": "2068416", 98 "price": 5, 99 "id": "5736a50b-6b05-42a8-aa6d-b0a4649dcd05", 100 "impid": "test-imp-id", 101 "cid": "4747" 102 }, 103 "type": "banner" 104 } 105 ] 106 } 107 ] 108 }