github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/debuglog_enabled_no_winners_nor_bids.json (about) 1 { 2 "debugLog": { 3 "Enabled": true, 4 "CacheType": "xml", 5 "TTL": 3600, 6 "Data": { 7 "Request": "test request string", 8 "Headers": "test headers string", 9 "Response": "test response string" 10 } 11 }, 12 "bidRequest": { 13 "imp": [ 14 { 15 "id": "oneImp", 16 "exp": 600 17 }, 18 { 19 "id": "twoImp" 20 } 21 ] 22 }, 23 "pbsBids": [ 24 { 25 "bid": { 26 "id": "bidOne", 27 "impid": "oneImp", 28 "price": 7.64 29 }, 30 "bidType": "video", 31 "bidder": "appnexus" 32 }, 33 { 34 "bid": { 35 "id": "bidTwo", 36 "impid": "twoImp", 37 "price": 5.64 38 }, 39 "bidType": "video", 40 "bidder": "pubmatic" 41 } 42 ], 43 "expectedCacheables": [], 44 "defaultTTLs": { 45 "banner": 300, 46 "video": 3600, 47 "audio": 1800, 48 "native": 300 49 }, 50 "targetDataIncludeWinners": false, 51 "targetDataIncludeBidderKeys": false, 52 "targetDataIncludeCacheBids": true, 53 "targetDataIncludeCacheVast": false 54 }