github.com/prebid/prebid-server/v2@v2.18.0/adapters/adgeneration/adgenerationtest/supplemental/400-bid-response.json (about)

     1  {
     2      "mockBidRequest":{
     3          "id": "some-request-id",
     4          "site": {
     5              "page": "http://example.com/test.html"
     6          },
     7          "device": {
     8              "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
     9          },
    10          "imp": [
    11              {
    12                  "id": "some-impression-id",
    13                  "banner": {
    14                      "format": [
    15                          {
    16                              "w": 300,
    17                              "h": 250
    18                          }
    19                      ]
    20                  },
    21                  "ext": {
    22                      "bidder": {
    23                          "id": "58278"
    24                      }
    25                  }
    26              }
    27          ],
    28          "tmax": 500
    29      },
    30      "httpCalls": [
    31          {
    32              "internalRequest": {
    33                  "id": "some-request-id",
    34                  "site": {
    35                      "page": "http://example.com/test.html"
    36                  },
    37                  "imp": [
    38                      {
    39                          "id": "some-impression-id",
    40                          "banner": {
    41                              "format": [
    42                                  {
    43                                      "w": 300,
    44                                      "h": 250
    45                                  }
    46                              ]
    47                          },
    48                          "ext": {
    49                              "bidder": {
    50                                  "id": "58278"
    51                              }
    52                          }
    53                      }
    54                  ],
    55                  "tmax": 500
    56              },
    57              "expectedRequest":{
    58                  "uri": "https://d.socdm.com/adsv/v1?adapterver=1.0.3&currency=JPY&hb=true&id=58278&posall=SSPLOC&sdkname=prebidserver&sdktype=0&sizes=300x250&t=json3&tp=http%3A%2F%2Fexample.com%2Ftest.html",
    59                  "headers": {
    60                      "Accept": [
    61                          "application/json"
    62                      ],
    63                      "Content-Type": [
    64                          "application/json;charset=utf-8"
    65                      ],
    66                      "User-Agent": [
    67                          "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
    68                      ]
    69                  },
    70                  "impIDs":["some-impression-id"]
    71              },
    72              "mockResponse": {
    73                  "status": 400,
    74                  "body": {}
    75              }
    76          }
    77      ],
    78      "expectedMakeBidsErrors": [
    79          {
    80            "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
    81            "comparison": "literal"
    82          }
    83      ]
    84  }