github.com/prebid/prebid-server@v0.275.0/adapters/nextmillennium/nextmillenniumtest/supplemental/no-content.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 300
    12              }
    13            ],
    14            "w": 320,
    15            "h": 250
    16          },
    17          "ext": {
    18            "bidder": {
    19              "placement_id": "7819"
    20            }
    21          }
    22        }
    23      ]
    24    },
    25    "httpCalls": [
    26      {
    27        "expectedRequest": {
    28          "uri": "https://pbs.nextmillmedia.com/openrtb2/auction",
    29          "body": {
    30            "id": "testid",
    31            "ext": {
    32              "prebid": {
    33                "storedrequest": {
    34                  "id": "7819"
    35                }
    36              }
    37            },
    38            "imp": [
    39              {
    40                "banner": {
    41                  "format": [
    42                    {
    43                      "h": 300,
    44                      "w": 300
    45                    }
    46                  ],
    47                  "h": 250,
    48                  "w": 320
    49                },
    50                "ext": {
    51                  "prebid": {
    52                    "storedrequest": {
    53                      "id": "7819"
    54                    }
    55                  }
    56                },
    57                "id": "test-imp-id"
    58              }
    59            ]
    60          }
    61        },
    62        "mockResponse": {
    63          "status": 204
    64        }
    65      }
    66    ],
    67    "expectedBidResponses": []
    68  }