github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamoshi/gamoshitest/exemplary/valid-extension.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 "mimes": ["video/mp4"], 9 "protocols": [2, 5], 10 "w": 1024, 11 "h": 576 12 }, 13 "ext":{ 14 "bidder":{ 15 "supplyPartnerId": "1707" 16 } 17 } 18 } 19 ] 20 }, 21 22 "httpCalls": [ 23 { 24 "expectedRequest": { 25 "uri": "https://rtb.gamoshi.io/r/1707/bidr?bidder=prebid-server", 26 "body": { 27 "id": "test-request-id", 28 "imp": [ 29 { 30 "id": "test-imp-id", 31 "video": { 32 "mimes": ["video/mp4"], 33 "protocols": [2, 5], 34 "w": 1024, 35 "h": 576 36 }, 37 "ext": { 38 "bidder": { 39 "supplyPartnerId": "1707" 40 } 41 } 42 } 43 ] 44 }, 45 "impIDs":["test-imp-id"] 46 }, 47 "mockResponse": { 48 "status": 200, 49 "body": { 50 "id": "test-request-id", 51 "cur": "USD", 52 "seatbid": [ 53 { 54 "seat": "gamoshi", 55 "bid": [{ 56 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 57 "impid": "test-imp-id", 58 "price": 0.500000, 59 "adm": "some-test-ad", 60 "crid": "crid_10", 61 "w": 1024, 62 "h": 576 63 }] 64 } 65 ] 66 } 67 } 68 } 69 ], 70 71 "expectedBidResponses": [ 72 { 73 "bids": [{ 74 "bid": { 75 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 76 "impid": "test-imp-id", 77 "price": 0.5, 78 "adm": "some-test-ad", 79 "crid": "crid_10", 80 "w": 1024, 81 "h": 576 82 }, 83 "type": "video" 84 }] 85 } 86 ] 87 }