github.com/prebid/prebid-server/v2@v2.18.0/adapters/rise/risetest/exemplary/banner-and-video-site.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 "publisher_id": "72721", 22 "path": "mvo", 23 "zone": "1r" 24 } 25 } 26 }, 27 { 28 "id": "test-imp-video-id", 29 "video": { 30 "mimes": ["video/mp4"], 31 "minduration": 1, 32 "maxduration": 2, 33 "protocols": [1, 2, 5], 34 "w": 1020, 35 "h": 780, 36 "startdelay": 1, 37 "placement": 1, 38 "playbackmethod": [2], 39 "delivery": [1], 40 "api": [1, 2, 3, 4] 41 }, 42 "ext": { 43 "bidder": { 44 "publisher_id": "72721", 45 "path": "mvo", 46 "zone": "1r" 47 } 48 } 49 } 50 ], 51 "site": { 52 "id": "102855", 53 "cat": ["IAB3-1"], 54 "domain": "www.foobar.com", 55 "page": "http://www.foobar.com/1234.html ", 56 "publisher": { 57 "id": "8953", 58 "name": "foobar.com", 59 "cat": ["IAB3-1"], 60 "domain": "foobar.com" 61 } 62 }, 63 "device": { 64 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13 (KHTML, like Gecko) Version / 5.1 .7 Safari / 534.57 .2", 65 "ip": "123.145.167.10" 66 } 67 }, 68 "httpCalls": [ 69 { 70 "expectedRequest": { 71 "uri": "http://localhost/prebid_server?publisher_id=72721", 72 "body": { 73 "id": "test-request-id", 74 "imp": [ 75 { 76 "id": "test-imp-id", 77 "banner": { 78 "format": [ 79 { 80 "w": 300, 81 "h": 250 82 }, 83 { 84 "w": 300, 85 "h": 300 86 } 87 ] 88 }, 89 "ext": { 90 "bidder": { 91 "publisher_id": "72721", 92 "zone": "1r", 93 "path": "mvo" 94 } 95 } 96 }, 97 { 98 "id": "test-imp-video-id", 99 "video": { 100 "mimes": ["video/mp4"], 101 "minduration": 1, 102 "maxduration": 2, 103 "protocols": [1, 2, 5], 104 "w": 1020, 105 "h": 780, 106 "startdelay": 1, 107 "placement": 1, 108 "playbackmethod": [2], 109 "delivery": [1], 110 "api": [1, 2, 3, 4] 111 }, 112 "ext": { 113 "bidder": { 114 "publisher_id": "72721", 115 "zone": "1r", 116 "path": "mvo" 117 } 118 } 119 } 120 ], 121 "site": { 122 "id": "102855", 123 "cat": ["IAB3-1"], 124 "domain": "www.foobar.com", 125 "page": "http://www.foobar.com/1234.html ", 126 "publisher": { 127 "id": "8953", 128 "name": "foobar.com", 129 "cat": ["IAB3-1"], 130 "domain": "foobar.com" 131 } 132 }, 133 "device": { 134 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13 (KHTML, like Gecko) Version / 5.1 .7 Safari / 534.57 .2", 135 "ip": "123.145.167.10" 136 } 137 }, 138 "impIDs":["test-imp-id","test-imp-video-id"] 139 }, 140 "mockResponse": { 141 "status": 200, 142 "body": { 143 "id": "test-request-id", 144 "seatbid": [ 145 { 146 "seat": "958", 147 "bid": [ 148 { 149 "id": "7706636740145184841", 150 "impid": "test-imp-video-id", 151 "price": 0.5, 152 "adid": "29681110", 153 "adm": "some-test-ad", 154 "adomain": ["yahoo.com"], 155 "cid": "958", 156 "crid": "29681110", 157 "h": 576, 158 "w": 1024, 159 "mtype": 2 160 } 161 ] 162 } 163 ], 164 "bidid": "5778926625248726496", 165 "cur": "USD" 166 } 167 } 168 } 169 ], 170 171 "expectedBidResponses": [ 172 { 173 "bids": [{ 174 "bid": { 175 "id": "7706636740145184841", 176 "impid": "test-imp-video-id", 177 "price": 0.5, 178 "adm": "some-test-ad", 179 "adid": "29681110", 180 "adomain": ["yahoo.com"], 181 "cid": "958", 182 "crid": "29681110", 183 "w": 1024, 184 "h": 576, 185 "mtype": 2 186 }, 187 "type": "video" 188 }] 189 } 190 ] 191 }