github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/defaultvideo_no_winners.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 "nurl": "http://domain.com/win-notify/1" 16 }, 17 "bidType": "video", 18 "bidder": "appnexus" 19 }, { 20 "bid": { 21 "id": "bidTwo", 22 "impid": "twoImp", 23 "price": 5.64, 24 "nurl": "http://domain.com/win-notify/1" 25 }, 26 "bidType": "video", 27 "bidder": "pubmatic" 28 }], 29 "expectedCacheables": [ 30 { 31 "type": "json", 32 "ttlseconds": 660, 33 "value": "{\"id\": \"bidOne\", \"impid\": \"oneImp\", \"price\": 7.64, \"nurl\": \"http://domain.com/win-notify/1\"}" 34 }, { 35 "type": "json", 36 "ttlseconds": 3660, 37 "value": "{\"id\": \"bidTwo\", \"impid\": \"twoImp\", \"price\": 5.64, \"nurl\": \"http://domain.com/win-notify/1\"}" 38 } 39 ], 40 "defaultTTLs": { 41 "banner": 300, 42 "video": 3600, 43 "audio": 1800, 44 "native": 300 45 }, 46 "targetDataIncludeWinners":false, 47 "targetDataIncludeBidderKeys":true, 48 "targetDataIncludeCacheBids":true, 49 "targetDataIncludeCacheVast":false 50 }