github.com/prebid/prebid-server/v2@v2.18.0/adapters/nextmillennium/nextmillenniumtest/supplemental/empty-seatbid.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "imp": [
     5        {
     6          "id": "testimpid",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 320,
    11                "h": 250
    12              },
    13              {
    14                "w": 320,
    15                "h": 300
    16              }
    17            ],
    18            "w": 320,
    19            "h": 250
    20          },
    21          "ext": {
    22            "bidder": {
    23              "placement_id": "7819"
    24            }
    25          }
    26        }
    27      ]
    28    },
    29    "httpCalls": [
    30      {
    31        "expectedRequest": {
    32          "uri": "https://pbs.nextmillmedia.com/openrtb2/auction",
    33          "body": {
    34            "id": "testid",
    35            "ext": {
    36              "nextMillennium": {},
    37              "prebid": {
    38                "storedrequest": {
    39                  "id": "7819"
    40                },
    41                "server": {
    42                  "datacenter": "2",
    43                  "externalurl": "http://hosturl.com",
    44                 "gvlid": 1
    45                }
    46              }
    47            },
    48            "imp": [
    49              {
    50                "banner": {
    51                  "format": [
    52                    {
    53                      "h": 250,
    54                      "w": 320
    55                    },
    56                    {
    57                      "h": 300,
    58                      "w": 320
    59                    }
    60                  ],
    61                  "h": 250,
    62                  "w": 320
    63                },
    64                "ext": {
    65                  "nextMillennium": {},
    66                  "prebid": {
    67                    "storedrequest": {
    68                      "id": "7819"
    69                    }
    70                  }
    71                },
    72                "id": "testimpid"
    73              }
    74            ]
    75          },
    76          "impIDs":["testimpid"]
    77        },
    78        "mockResponse": {
    79          "status": 200,
    80          "body": {
    81            "seatbid": []
    82          }
    83        }
    84      }
    85    ],
    86    "expectedBidResponses": []
    87  }