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

     1  {
     2      "mockBidRequest": {
     3          "imp": [{
     4              "id":"test-imp-id",
     5              "ext": {
     6                  "bidder": {
     7                      "account": "demo",
     8                      "location": "_adhese_prebid_demo_",
     9                      "format": "leaderboard",
    10                      "targets":
    11                      {
    12                        "ci": ["gent", "brussels"],
    13                        "ag": ["55"],
    14                        "tl": ["all"]
    15                      }
    16                  }
    17              }
    18          }]
    19       },
    20    
    21      "httpCalls": [
    22        {
    23          "expectedRequest": {
    24            "uri": "https://ads-demo.adhese.com/json/sl_adhese_prebid_demo_-leaderboard/ag55/cigent;brussels/tlall",
    25            "impIDs":["test-imp-id"]
    26          },
    27          "mockResponse": {
    28            "status": 200,
    29            "body": [{
    30              "origin": "RUBICON",
    31              "ext": "js",
    32              "slotName": "_main_page_-leaderboard",
    33              "adType": "leaderboard",
    34              "originData": {
    35                "seatbid": [
    36                  {
    37                    "bid": [
    38                      {
    39                        "crid": "60613369",
    40                        "dealid": null
    41                      }
    42                    ],
    43                    "seat": "958"
    44                  }
    45                ]
    46              },
    47              "width": "640",
    48              "height": "350",
    49              "body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><VAST xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"2.0\" xsi:noNamespaceSchemaLocation=\"vast.xsd\"></VAST>",
    50              "extension": {
    51                  "prebid": {
    52                      "cpm": {
    53                          "amount": "2.1", 
    54                          "currency": "USD"
    55                          }
    56                      }
    57                  }
    58              }]
    59          }
    60        }
    61      ],
    62    
    63      "expectedBidResponses": [
    64        {
    65          "currency": "USD",
    66            "bids": [
    67              {
    68                "bid": {
    69                  "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><VAST xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"2.0\" xsi:noNamespaceSchemaLocation=\"vast.xsd\"></VAST>",
    70                  "w": 640,
    71                  "h": 350,
    72                  "id": "",
    73                  "impid": "",
    74                  "crid": "60613369",
    75                  "price": 2.1
    76                },
    77                "type": "video"
    78              }
    79            ]
    80        }
    81    ]
    82    }