github.com/prebid/prebid-server@v0.275.0/adapters/gamoshi/gamoshitest/exemplary/banner-video-native.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 "id": "unsupported-native-imp", 27 "native": { 28 "ver": "1.1", 29 "request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}" 30 }, 31 "ext": { 32 "bidder": { 33 "supplyPartnerId": "1707" 34 } 35 } 36 }, 37 { 38 "id": "test-imp-video-id", 39 "video": { 40 "mimes": ["video/mp4"], 41 "protocols": [2, 5], 42 "w": 1024, 43 "h": 576 44 }, 45 "ext": { 46 "bidder": { 47 "supplyPartnerId": "1707" 48 } 49 } 50 } 51 ] 52 }, 53 "httpCalls": [ 54 { 55 "expectedRequest": { 56 "uri": "https://rtb.gamoshi.io/r/1707/bidr?bidder=prebid-server", 57 "body": { 58 "id": "test-request-id", 59 "imp": [ 60 { 61 "id": "test-imp-id", 62 "banner": { 63 "format": [ 64 { 65 "w": 300, 66 "h": 250 67 }, 68 { 69 "w": 300, 70 "h": 600 71 } 72 ], 73 "w": 300, 74 "h": 250 75 }, 76 "ext": { 77 "bidder": { 78 "supplyPartnerId": "1707" 79 } 80 } 81 }, 82 { 83 "id": "test-imp-video-id", 84 "video": { 85 "mimes": ["video/mp4"], 86 "protocols": [2, 5], 87 "w": 1024, 88 "h": 576 89 }, 90 "ext": { 91 "bidder": { 92 "supplyPartnerId": "1707" 93 } 94 } 95 } 96 ] 97 } 98 }, 99 "mockResponse": { 100 "status": 200, 101 "body": { 102 "id": "test-request-id", 103 "seatbid": [ 104 { 105 "seat": "958", 106 "bid": [{ 107 "id": "7706636740145184841", 108 "impid": "test-imp-video-id", 109 "price": 0.500000, 110 "adid": "29681110", 111 "adm": "some-test-ad", 112 "adomain": ["gamoshi.com"], 113 "cid": "958", 114 "crid": "29681110", 115 "h": 576, 116 "w": 1024 117 }] 118 } 119 ], 120 "bidid": "5778926625248726496", 121 "cur": "USD" 122 } 123 } 124 } 125 ], 126 127 "expectedBidResponses": [ 128 { 129 "bids": [{ 130 "bid": { 131 "id": "7706636740145184841", 132 "impid": "test-imp-video-id", 133 "price": 0.5, 134 "adm": "some-test-ad", 135 "adid": "29681110", 136 "adomain": ["gamoshi.com"], 137 "cid": "958", 138 "crid": "29681110", 139 "w": 1024, 140 "h": 576 141 }, 142 "type": "video" 143 }] 144 } 145 ] 146 147 }