github.com/prebid/prebid-server/v2@v2.18.0/exchange/customcachekeytest/customcachekey.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              "nurl": "http://anotherdomain.com/win-notify/1",
    24              "cat": ["33_news_44"]
    25          },
    26          "bidType": "video",
    27          "bidder": "pubmatic"
    28      }],
    29      "expectedCacheables": [
    30          {
    31              "type": "xml",
    32              "ttlseconds": 660,
    33              "key": "11_sports_22_",
    34              "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"
    35          }, {
    36              "type": "xml",
    37              "ttlseconds": 660,
    38              "value":"\u003cVAST version=\"3.0\"\u003e\u003cAd\u003e\u003cWrapper\u003e\u003cAdSystem\u003eprebid.org wrapper\u003c/AdSystem\u003e\u003cVASTAdTagURI\u003e\u003c![CDATA[http://anotherdomain.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"
    39          }
    40      ],
    41      "defaultTTLs": {
    42          "banner": 300,
    43          "video": 3600,
    44          "audio": 1800,
    45          "native": 300
    46      },
    47      "targetDataIncludeWinners":true,
    48      "targetDataIncludeBidderKeys":true,
    49      "targetDataIncludeCacheBids":false,
    50      "targetDataIncludeCacheVast":true
    51  }