github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/defaultbanner_no_winners_nor_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 "defaultTTLs": { 27 "banner": 300, 28 "video": 3600, 29 "audio": 1800, 30 "native": 300 31 }, 32 "targetDataIncludeWinners":false, 33 "targetDataIncludeBidderKeys":false, 34 "targetDataIncludeCacheBids":true, 35 "targetDataIncludeCacheVast":false 36 } 37