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