github.com/prebid/prebid-server/v2@v2.18.0/adapters/cadent_aperture_mx/cadent_aperture_mxtest/supplemental/build-video-object.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "some_test_auction",
     4          "imp": [{
     5              "id": "some_test_ad",
     6              "video":{
     7                  "mimes": [
     8                    "video/mp4",
     9                    "application/javascript"
    10                  ],
    11                  "protocols":[
    12                     2,
    13                     3,
    14                     5,
    15                     6
    16                  ],
    17                  "w":640,
    18                  "h":480
    19               },
    20              "ext": {
    21                  "bidder": {
    22                      "tagid": "1234568",
    23                      "bidfloor": "1.25"
    24                  }
    25              }
    26          }]
    27      },
    28      "httpCalls": [{
    29          "expectedRequest": {
    30              "uri": "https://hb.emxdgt.com?t=1000&ts=2060541160",
    31              "body": {
    32                  "id": "some_test_auction",
    33                  "imp": [{
    34                      "video":{
    35                          "mimes": [
    36                            "video/mp4",
    37                            "application/javascript"
    38                          ],
    39                          "protocols":[
    40                             2,
    41                             3,
    42                             5,
    43                             6
    44                          ],
    45                          "w":640,
    46                          "h":480
    47                       },
    48                      "id": "some_test_ad",
    49                      "secure": 0,
    50                      "tagid": "1234568",
    51                      "bidfloor": 1.25,
    52                      "bidfloorcur": "USD",
    53                      "ext": {
    54                          "bidder": {
    55                              "tagid": "1234568",
    56                              "bidfloor": "1.25"
    57                          }
    58                      }
    59                  }]
    60              },
    61              "impIDs":["some_test_ad"]
    62          },
    63          "mockResponse": {
    64            "status": 200,
    65            "body": {
    66  
    67            }
    68          }
    69      }],
    70      "expectedBidResponses": [{"currency":"USD","bids":[]}]
    71  }