github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/defaultvideo_no_bidders.json (about)

     1  {
     2      "bidRequest": {
     3          "imp": [{
     4              "id":  "oneImp",
     5              "exp":   600
     6          }, {
     7              "id":  "twoImp"
     8          }]
     9      },
    10      "pbsBids": [{
    11          "bid":{
    12              "id": "bidOne",
    13              "impid": "oneImp",
    14              "price": 7.64
    15          },
    16          "bidType": "video",
    17          "bidder": "appnexus"
    18      }, {
    19          "bid": {
    20              "id": "bidTwo",
    21              "impid": "oneImp",
    22              "price": 5.64
    23          },
    24          "bidType": "video",
    25          "bidder": "pubmatic"
    26      }],
    27      "expectedCacheables": [
    28          {
    29              "type": "json",
    30              "ttlseconds": 660,
    31              "value": "{\"id\": \"bidOne\", \"impid\": \"oneImp\", \"price\": 7.64}"
    32          }
    33      ],
    34      "defaultTTLs": {
    35          "banner": 300,
    36          "video": 3600,
    37          "audio": 1800,
    38          "native": 300
    39      },
    40      "targetDataIncludeWinners":true,
    41      "targetDataIncludeBidderKeys":false,
    42      "targetDataIncludeCacheBids":true,
    43      "targetDataIncludeCacheVast":false
    44  }