github.com/prebid/prebid-server@v0.275.0/adapters/telaria/telariatest/exemplary/multiple-vidoe-app.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some-request-id", 4 "device": { 5 "ua": "test-user-agent", 6 "ip": "123.123.123.123", 7 "language": "en", 8 "dnt": 0 9 }, 10 "tmax": 1000, 11 "user": { 12 "buyeruid": "awesome-user" 13 }, 14 "app": { 15 "publisher": { 16 "id": "123456789" 17 }, 18 "cat": [ 19 "IAB22-1" 20 ], 21 "bundle": "com.app.awesome", 22 "name": "Awesome App", 23 "domain": "awesomeapp.com", 24 "id": "123456789" 25 }, 26 "imp": [ 27 { 28 "id": "0_0", 29 "tagid": "ogTAGID", 30 "video": { 31 "mimes": [ 32 "video/mp4" 33 ], 34 "w": 640, 35 "h": 480, 36 "minduration": 120, 37 "maxduration": 150, 38 "ext": { 39 "podduration": 30, 40 "maxseq": 2 41 } 42 }, 43 "ext": { 44 "bidder": { 45 "adCode": "my-adcode", 46 "seatCode": "my-seatcode", 47 "extra": { 48 "custom": "1234" 49 } 50 } 51 } 52 }, 53 { 54 "id": "0_1", 55 "tagid": "ogTAGID", 56 "video": { 57 "mimes": [ 58 "video/mp4" 59 ], 60 "w": 640, 61 "h": 480, 62 "minduration": 120, 63 "maxduration": 150 64 }, 65 "ext": { 66 "bidder": { 67 "adCode": "my-adcode", 68 "seatCode": "my-seatcode", 69 "extra": { 70 "custom": "1234" 71 } 72 } 73 } 74 } 75 ] 76 }, 77 "httpCalls": [ 78 { 79 "expectedRequest": { 80 "headers": { 81 "Content-Type": [ 82 "application/json;charset=utf-8" 83 ], 84 "Accept": [ 85 "application/json" 86 ], 87 "X-Openrtb-Version": [ 88 "2.5" 89 ], 90 "User-Agent": [ 91 "test-user-agent" 92 ], 93 "X-Forwarded-For": [ 94 "123.123.123.123" 95 ], 96 "Accept-Language": [ 97 "en" 98 ], 99 "Dnt": [ 100 "0" 101 ] 102 }, 103 "uri": "https://ads.tremorhub.com/ad/rtb/prebid", 104 "body": { 105 "id": "some-request-id", 106 "ext": { 107 "extra": { 108 "custom": "1234" 109 } 110 }, 111 "device": { 112 "ua": "test-user-agent", 113 "ip": "123.123.123.123", 114 "language": "en", 115 "dnt": 0 116 }, 117 "imp": [ 118 { 119 "id": "0_0", 120 "video": { 121 "mimes": [ 122 "video/mp4" 123 ], 124 "minduration": 120, 125 "maxduration": 150, 126 "w": 640, 127 "h": 480, 128 "ext": { 129 "podduration": 30, 130 "maxseq": 2 131 } 132 }, 133 "tagid": "my-adcode", 134 "ext": { 135 "originalTagid": "ogTAGID", 136 "originalPublisherid": "123456789" 137 } 138 } 139 ], 140 "app": { 141 "id": "123456789", 142 "name": "Awesome App", 143 "bundle": "com.app.awesome", 144 "domain": "awesomeapp.com", 145 "cat": [ 146 "IAB22-1" 147 ], 148 "publisher": { 149 "id": "my-seatcode" 150 } 151 }, 152 "user": { 153 "buyeruid": "awesome-user" 154 }, 155 "tmax": 1000 156 } 157 }, 158 "mockResponse": { 159 "status": 200, 160 "body": { 161 "id": "awesome-resp-id", 162 "seatbid": [ 163 { 164 "bid": [ 165 { 166 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 167 "impid": "0_0", 168 "price": 3.5, 169 "adm": "awesome-markup", 170 "adomain": [ 171 "awesome.com" 172 ], 173 "crid": "20", 174 "w": 1280, 175 "h": 720, 176 "ext": { 177 "prebid": { 178 "type": "video" 179 } 180 } 181 }, 182 { 183 "id": "25c6976b14e041029afd5b00acabd933", 184 "impid": "0_0", 185 "price": 3.5, 186 "adm": "awesome-markup", 187 "adomain": [ 188 "awesome.com" 189 ], 190 "crid": "20", 191 "w": 1280, 192 "h": 720, 193 "ext": { 194 "prebid": { 195 "type": "video" 196 } 197 } 198 } 199 ], 200 "seat": "telaria" 201 } 202 ], 203 "cur": "USD", 204 "ext": { 205 "responsetimemillis": { 206 "telaria": 154 207 }, 208 "tmaxrequest": 1000 209 } 210 } 211 } 212 } 213 ], 214 "expectedBidResponses": [ 215 { 216 "bids": [{ 217 "bid": { 218 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 219 "impid": "0_0", 220 "price": 3.5, 221 "adm": "awesome-markup", 222 "adomain": [ 223 "awesome.com" 224 ], 225 "crid": "20", 226 "w": 1280, 227 "h": 720, 228 "ext": { 229 "prebid": { 230 "type": "video" 231 } 232 } 233 }, 234 "type": "video" 235 },{ 236 "bid": { 237 "id": "25c6976b14e041029afd5b00acabd933", 238 "impid": "0_1", 239 "price": 3.5, 240 "adm": "awesome-markup", 241 "adomain": [ 242 "awesome.com" 243 ], 244 "crid": "20", 245 "w": 1280, 246 "h": 720, 247 "ext": { 248 "prebid": { 249 "type": "video" 250 } 251 } 252 }, 253 "type": "video" 254 }] 255 } 256 ] 257 }