github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/debuglog_enabled_no_bids.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": ""
    12      }
    13    },
    14    "incomingRequest": {
    15      "ortbRequest": {
    16        "id": "some-request-id",
    17        "site": {
    18          "page": "test.somepage.com"
    19        },
    20        "imp": [
    21          {
    22            "id": "my-imp-id",
    23            "video": {
    24              "mimes": [
    25                "video/mp4"
    26              ]
    27            },
    28            "ext": {
    29              "prebid": {
    30                "bidder": {
    31                  "appnexus": {
    32                    "placementId": 1
    33                  }
    34                }
    35              }
    36            }
    37          },
    38          {
    39            "id": "imp-id-2",
    40            "video": {
    41              "mimes": [
    42                "video/mp4"
    43              ]
    44            },
    45            "ext": {
    46              "prebid": {
    47                "bidder": {
    48                  "appnexus": {
    49                    "placementId": 1
    50                  }
    51                }
    52              }
    53            }
    54          }
    55        ],
    56        "ext": {
    57          "prebid": {
    58            "targeting": {
    59              "pricegranularity": {
    60                "precision": 2,
    61                "ranges": [
    62                  {
    63                    "min": 0,
    64                    "max": 20,
    65                    "increment": 0.1
    66                  }
    67                ]
    68              },
    69              "includewinners": false,
    70              "includebidderkeys": true,
    71              "includebrandcategory": {
    72                "primaryadserver": 1,
    73                "publisher": "",
    74                "withcategory": true
    75              }
    76            }
    77          }
    78        }
    79      },
    80      "usersyncs": {
    81        "appnexus": "123"
    82      }
    83    },
    84    "outgoingRequests": {
    85      "appnexus": {
    86        "mockResponse": {
    87          "pbsSeatBids": [
    88            {}
    89          ]
    90        }
    91      }
    92    },
    93    "response": {
    94      "bids": {}
    95    }
    96  }