github.com/prebid/prebid-server/v2@v2.18.0/adapters/nextmillennium/nextmillenniumtest/exemplary/banner-wo-size.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "imp": [
     5        {
     6          "id": "123654",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 320,
    11                "h": 250
    12              },
    13              {
    14                "w": 320,
    15                "h": 300
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "group_id": "7819"
    22            }
    23          }
    24        }
    25      ]
    26    },
    27  
    28    "httpCalls": [
    29      {
    30        "expectedRequest": {
    31          "uri": "https://pbs.nextmillmedia.com/openrtb2/auction",
    32          "body":{
    33            "id": "testid",
    34            "ext": {
    35              "nextMillennium": {},
    36              "prebid": {
    37                "storedrequest": {
    38                  "id": "g7819;320x250;"
    39                },
    40                "server": {
    41                  "datacenter": "2",
    42                  "externalurl": "http://hosturl.com",
    43                 "gvlid": 1
    44                }
    45              }
    46            },
    47            "imp": [
    48              {
    49                "banner": {
    50                  "format": [
    51                    {
    52                      "h": 250,
    53                      "w": 320
    54                    },
    55                    {
    56                      "h": 300,
    57                      "w": 320
    58                    }
    59                  ]
    60                },
    61                "ext": {
    62                  "nextMillennium": {},
    63                  "prebid": {
    64                    "storedrequest": {
    65                      "id": "g7819;320x250;"
    66                    }
    67                  }
    68                },
    69                "id": "123654"
    70              }
    71            ]
    72          },
    73          "impIDs":["123654"]
    74        },
    75        "mockResponse": {
    76          "status": 200,
    77          "body": {
    78            "id": "f7b3d2da-e762-410c-b069-424f92c4c4b2",
    79            "seatbid": [
    80              {
    81                "bid": [
    82                  {
    83                    "impid": "123654",
    84                    "id": "7457329903666272789",
    85                    "price": 0.5,
    86                    "adm": "Hello! It\"s a test ad!",
    87                    "adid": "96846035",
    88                    "adomain": ["test.addomain.com"],
    89                    "w": 300,
    90                    "h": 250,
    91                    "mtype":1
    92                  }
    93                ]
    94              }
    95            ],
    96            "cur": "USD"
    97          }
    98        }
    99      }
   100    ],
   101  
   102    "expectedBidResponses": [
   103      {
   104        "currency": "USD",
   105        "bids": [
   106          {
   107            "bid": {
   108              "id": "7457329903666272789",
   109              "impid": "123654",
   110              "price": 0.5,
   111              "adm": "Hello! It\"s a test ad!",
   112              "adid": "96846035",
   113              "adomain": ["test.addomain.com"],
   114              "w": 300,
   115              "h": 250,
   116              "mtype":1
   117            },
   118            "type": "banner"
   119          }
   120        ]
   121      }
   122    ]
   123  }