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

     1  {
     2      "debugLog": {
     3          "Enabled": false,
     4          "CacheType": "xml",
     5          "TTL": 3600,
     6          "Data": {
     7              "Request": "test request string",
     8              "Headers": "test headers string",
     9              "Response": "test response string"
    10          }
    11      },
    12      "bidRequest": {
    13          "imp": [{
    14              "id":  "oneImp",
    15              "exp":   600
    16          }, {
    17              "id":  "twoImp"
    18          }]
    19      },
    20      "pbsBids": [{
    21          "bid":{
    22              "id": "bidOne",
    23              "impid": "oneImp",
    24              "price": 7.64
    25          },
    26          "bidType": "video",
    27          "bidder": "appnexus"
    28      }, {
    29          "bid": {
    30              "id": "bidTwo",
    31              "impid": "twoImp",
    32              "price": 5.64
    33          },
    34          "bidType": "video",
    35          "bidder": "pubmatic"
    36      }],
    37      "expectedCacheables": [
    38          {
    39              "type": "json",
    40              "ttlseconds": 660,
    41              "value": "{\"id\": \"bidOne\", \"impid\": \"oneImp\", \"price\": 7.64}"
    42          }, {
    43              "type": "json",
    44              "ttlseconds": 3660,
    45              "value": "{\"id\": \"bidTwo\", \"impid\": \"twoImp\", \"price\": 5.64}"
    46          }
    47      ],
    48      "defaultTTLs": {
    49          "banner": 300,
    50          "video": 3600,
    51          "audio": 1800,
    52          "native": 300
    53      },
    54      "targetDataIncludeWinners":true,
    55      "targetDataIncludeBidderKeys":true,
    56      "targetDataIncludeCacheBids":true,
    57      "targetDataIncludeCacheVast":false
    58  }