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

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