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

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