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

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