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

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