github.com/prebid/prebid-server/v2@v2.18.0/exchange/customcachekeytest/customcachekey_no_winners.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              "nurl": "http://domain.com/win-notify/1",
    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[]]\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              "type": "xml",
    36              "ttlseconds": 660,
    37              "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"
    38          }
    39      ],
    40      "defaultTTLs": {
    41          "banner": 300,
    42          "video": 3600,
    43          "audio": 1800,
    44          "native": 300
    45      },
    46      "targetDataIncludeWinners":false,
    47      "targetDataIncludeBidderKeys":true,
    48      "targetDataIncludeCacheBids":false,
    49      "targetDataIncludeCacheVast":true
    50  }