github.com/prebid/prebid-server/v2@v2.18.0/adapters/zeta_global_ssp/zeta_global_ssp-test/exemplary/no-bid.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some-request-id",
     4      "site": {
     5        "page": "http://www.example.com",
     6        "domain": "www.example.com"
     7      },
     8      "device": {
     9        "ip": "123.123.123.123"
    10      },
    11      "imp": [
    12        {
    13          "id": "some-impression-id",
    14          "banner": {
    15            "w": 300,
    16            "h": 250,
    17            "format": [
    18              {
    19                "w": 300,
    20                "h": 250
    21              },
    22              {
    23                "w": 300,
    24                "h": 600
    25              }
    26            ]
    27          },
    28          "ext": {
    29            "bidder": {}
    30          }
    31        }
    32      ],
    33      "test": 1,
    34      "tmax": 500
    35    },
    36    "httpCalls": [
    37      {
    38        "expectedRequest": {
    39          "headers": {
    40            "Accept": [
    41              "application/json"
    42            ],
    43            "Content-Type": [
    44              "application/json;charset=utf-8"
    45            ]
    46          },
    47          "uri": "https://ssp.disqus.com/bid/prebid-server?sid=11",
    48          "body": {
    49            "id": "some-request-id",
    50            "imp": [
    51              {
    52                "id": "some-impression-id",
    53                "banner": {
    54                  "format": [
    55                    {
    56                      "w": 300,
    57                      "h": 250
    58                    },
    59                    {
    60                      "w": 300,
    61                      "h": 600
    62                    }
    63                  ],
    64                  "w": 300,
    65                  "h": 250
    66                },
    67                "ext": {
    68                  "bidder": {}
    69                }
    70              }
    71            ],
    72            "site": {
    73              "domain": "www.example.com",
    74              "page": "http://www.example.com"
    75            },
    76            "device": {
    77              "ip": "123.123.123.123"
    78            },
    79            "test": 1,
    80            "tmax": 500
    81          },
    82          "impIDs":["some-impression-id"]
    83        },
    84        "mockResponse": {
    85          "status": 204
    86        }
    87      }
    88    ],
    89    "expectedBidResponses": []
    90  }