github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/defaultvideo_no_winners_nor_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": "twoImp",
    22              "price": 5.64
    23          },
    24          "bidType": "video",
    25          "bidder": "pubmatic"
    26      }],
    27      "expectedCacheables": [ ],
    28      "defaultTTLs": {
    29          "banner": 300,
    30          "video": 3600,
    31          "audio": 1800,
    32          "native": 300
    33      },
    34      "targetDataIncludeWinners":false,
    35      "targetDataIncludeBidderKeys":false,
    36      "targetDataIncludeCacheBids":true,
    37      "targetDataIncludeCacheVast":false
    38  }