github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/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              "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              "type": "json",
    35              "ttlseconds": 660,
    36              "value": "{\"id\":\"pubbid001\",\"impid\":\"oneImp\",\"price\":5.64,\"cat\":[\"33_news_44\"]}"
    37          }
    38      ],
    39      "defaultTTLs": {
    40          "banner": 300,
    41          "video": 3600,
    42          "audio": 1800,
    43          "native": 300
    44      },
    45      "targetDataIncludeWinners":false,
    46      "targetDataIncludeBidderKeys":true,
    47      "targetDataIncludeCacheBids":true,
    48      "targetDataIncludeCacheVast":false
    49  }