github.com/prebid/prebid-server@v0.275.0/adapters/gamoshi/gamoshitest/exemplary/simple-banner.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": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "supplyPartnerId": "1707" 22 } 23 } 24 } 25 ] 26 }, 27 28 "httpCalls": [ 29 { 30 "expectedRequest": { 31 "uri": "https://rtb.gamoshi.io/r/1707/bidr?bidder=prebid-server", 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": 600 46 } 47 ], 48 "w": 300, 49 "h": 250 50 }, 51 "ext": { 52 "bidder": { 53 "supplyPartnerId": "1707" 54 } 55 } 56 } 57 ] 58 } 59 }, 60 "mockResponse": { 61 "status": 200, 62 "body": { 63 "id": "test-request-id", 64 "seatbid": [ 65 { 66 "seat": "958", 67 "bid": [{ 68 "id": "7706636740145184841", 69 "impid": "test-imp-id", 70 "price": 0.500000, 71 "adid": "29681110", 72 "adm": "some-test-ad", 73 "adomain": ["yahoo.com"], 74 "cid": "958", 75 "crid": "29681110", 76 "h": 250, 77 "w": 300 78 }] 79 } 80 ], 81 "bidid": "5778926625248726496", 82 "cur": "USD" 83 } 84 } 85 } 86 ], 87 88 "expectedBidResponses": [ 89 { 90 "bids": [{ 91 "bid": { 92 "id": "7706636740145184841", 93 "impid": "test-imp-id", 94 "price": 0.5, 95 "adm": "some-test-ad", 96 "adid": "29681110", 97 "adomain": ["yahoo.com"], 98 "cid": "958", 99 "crid": "29681110", 100 "w": 300, 101 "h": 250 102 }, 103 "type": "banner" 104 }] 105 } 106 ] 107 }