github.com/prebid/prebid-server/v2@v2.18.0/exchange/customcachekeytest/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 "nurl": "http://domain.com/win-notify/1", 14 "cat": ["11_sports_22"] 15 }, 16 "bidType": "video", 17 "bidder": "appnexus" 18 }, { 19 "bid": { 20 "id": "pubbid001", 21 "impid": "oneImp", 22 "price": 5.64, 23 "cat": ["33_news_44"] 24 }, 25 "bidType": "video", 26 "bidder": "pubmatic" 27 }], 28 "expectedCacheables": [ 29 { 30 "type": "xml", 31 "ttlseconds": 660, 32 "key": "11_sports_22_", 33 "value":"\u003cVAST version=\"3.0\"\u003e\u003cAd\u003e\u003cWrapper\u003e\u003cAdSystem\u003eprebid.org wrapper\u003c/AdSystem\u003e\u003cVASTAdTagURI\u003e\u003c![CDATA[http://domain.com/win-notify/1]]\u003e\u003c/VASTAdTagURI\u003e\u003cImpression\u003e\u003c/Impression\u003e\u003cCreatives\u003e\u003c/Creatives\u003e\u003c/Wrapper\u003e\u003c/Ad\u003e\u003c/VAST\u003e" 34 } 35 ], 36 "defaultTTLs": { 37 "banner": 300, 38 "video": 3600, 39 "audio": 1800, 40 "native": 300 41 }, 42 "targetDataIncludeWinners":true, 43 "targetDataIncludeBidderKeys":false, 44 "targetDataIncludeCacheBids":false, 45 "targetDataIncludeCacheVast":true 46 }