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

     1  {
     2    "mockBidRequest": {
     3      "id": "9a4bdb67-43ef-488f-937d-cd01e9dce43d",
     4      "site": {
     5        "page": "http://blog.com/article/1"
     6      },
     7      "cur": ["PLN"],
     8      "imp": [{
     9          "id": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a",
    10          "bidfloorcur": "PLN",
    11          "video": {
    12            "mimes": ["video/mp4"],
    13            "minduration": 5,
    14            "maxduration": 15,
    15            "w": 1280,
    16            "h": 720
    17          },
    18          "ext": {
    19            "bidder": {
    20              "placementId":"64b9486efecad2330718e233"
    21            }
    22          }
    23        }]
    24    },
    25  
    26    "httpCalls": [{
    27      "expectedRequest": {
    28        "uri": "http://somecoolurlfor.vox",
    29        "header": {},
    30        "body": {
    31          "id": "9a4bdb67-43ef-488f-937d-cd01e9dce43d",
    32          "site": {
    33            "page": "http://blog.com/article/1"
    34          },
    35          "cur": [ "PLN" ],
    36          "imp": [{
    37              "id": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a",
    38              "bidfloorcur": "PLN",
    39              "video": {
    40                "mimes": ["video/mp4"],
    41                "minduration": 5,
    42                "maxduration": 15,
    43                "w": 1280,
    44                "h": 720
    45              },
    46              "ext": {
    47                "bidder": {
    48                  "placementId":"64b9486efecad2330718e233"
    49                }
    50              }
    51            }]
    52        },
    53        "impIDs":["d190d6f3-5264-4df5-91b2-8a9c72cbeb6a"]
    54      },
    55  
    56      "mockResponse": {
    57        "status": 200,
    58        "headers": {},
    59        "body": {
    60          "id":"d64fdeae-cb1c-4322-8fb6-18f5ec49bb76",
    61          "cur": "PLN",
    62          "seatbid": [{
    63            "bid": [{
    64              "id": "05349123-29e2-4be0-b662-48914f75ebe1",
    65              "impid": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a",
    66              "price": 2.149,
    67              "adm": "<VAST>...</VAST>",
    68              "mtype": 2
    69            }]
    70          }]
    71        }
    72      }
    73    }],
    74  
    75    "expectedBidResponses": [{
    76      "bids": [{
    77        "currency": "PLN",
    78        "bid": {
    79          "id": "05349123-29e2-4be0-b662-48914f75ebe1",
    80          "impid": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a",
    81          "price": 2.149,
    82          "adm": "<VAST>...</VAST>",
    83          "mtype": 2
    84        },
    85        "type": "video"
    86      }]
    87    }]
    88  }