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