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

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