github.com/prebid/prebid-server/v2@v2.18.0/adapters/nextmillennium/nextmillenniumtest/exemplary/banner-empty-group-id.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": "",
    22              "placement_id": "7819"
    23            }
    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                },
    62                "ext": {
    63                "nextMillennium": {},
    64                  "prebid": {
    65                    "storedrequest": {
    66                      "id": "7819"
    67                    }
    68                  }
    69                },
    70                "id": "123654"
    71              }
    72            ]
    73          },
    74          "impIDs":["123654"]
    75        },
    76        "mockResponse": {
    77          "status": 200,
    78          "body": {
    79            "id": "f7b3d2da-e762-410c-b069-424f92c4c4b2",
    80            "seatbid": [
    81              {
    82                "bid": [
    83                  {
    84                    "impid": "123654",
    85                    "id": "7457329903666272789",
    86                    "price": 0.5,
    87                    "adm": "Hello! It\"s a test ad!",
    88                    "adid": "96846035",
    89                    "adomain": ["test.addomain.com"],
    90                    "w": 300,
    91                    "h": 250,
    92                    "mtype":1
    93                  }
    94                ]
    95              }
    96            ],
    97            "cur": "USD"
    98          }
    99        }
   100      }
   101    ],
   102  
   103    "expectedBidResponses": [
   104      {
   105        "currency": "USD",
   106        "bids": [
   107          {
   108            "bid": {
   109              "id": "7457329903666272789",
   110              "impid": "123654",
   111              "price": 0.5,
   112              "adm": "Hello! It\"s a test ad!",
   113              "adid": "96846035",
   114              "adomain": ["test.addomain.com"],
   115              "w": 300,
   116              "h": 250,
   117              "mtype":1
   118            },
   119            "type": "banner"
   120          }
   121        ]
   122      }
   123    ]
   124  }