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