github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/defaultvideo.json (about) 1 { 2 "bidRequest": { 3 "imp": [{ 4 "id": "oneImp", 5 "exp": 600 6 }, { 7 "id": "twoImp" 8 }] 9 }, 10 "pbsBids": [{ 11 "bid":{ 12 "id": "bidOne", 13 "impid": "oneImp", 14 "price": 7.64 15 }, 16 "bidType": "video", 17 "bidder": "appnexus" 18 }, { 19 "bid": { 20 "id": "bidTwo", 21 "impid": "twoImp", 22 "price": 5.64 23 }, 24 "bidType": "video", 25 "bidder": "pubmatic" 26 }], 27 "expectedCacheables": [ 28 { 29 "type": "json", 30 "ttlseconds": 660, 31 "value": "{\"id\": \"bidOne\", \"impid\": \"oneImp\", \"price\": 7.64}" 32 }, { 33 "type": "json", 34 "ttlseconds": 3660, 35 "value": "{\"id\": \"bidTwo\", \"impid\": \"twoImp\", \"price\": 5.64}" 36 } 37 ], 38 "defaultTTLs": { 39 "banner": 300, 40 "video": 3600, 41 "audio": 1800, 42 "native": 300 43 }, 44 "targetDataIncludeWinners":true, 45 "targetDataIncludeBidderKeys":true, 46 "targetDataIncludeCacheBids":true, 47 "targetDataIncludeCacheVast":false 48 }