github.com/prebid/prebid-server/v2@v2.18.0/adapters/33across/33acrosstest/exemplary/outstream-video-defaults.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "w": 728, 
     9            "h": 90,
    10            "protocols": [2],
    11            "playbackmethod": [2],
    12            "mimes": ["foo", "bar"]
    13          },
    14          "ext": {
    15            "bidder": {
    16              "siteId": "fake-site-id",
    17              "productId": "siab"
    18            }
    19          }
    20        }
    21      ],
    22      "site": {}
    23    },
    24  
    25    "httpCalls": [
    26      {
    27        "expectedRequest": {
    28          "uri": "http://ssc.33across.com",
    29          "body": {
    30            "ext": {
    31              "ttx": {
    32                "caller": [
    33                  {
    34                    "name": "Prebid-Server",
    35                    "version": "n/a"
    36                  }
    37                ]
    38              }
    39            },
    40            "id": "test-request-id",
    41            "imp": [
    42              {
    43                "id":"test-imp-id",
    44                "video": {
    45                  "w": 728, 
    46                  "h": 90,
    47                  "protocols": [2],
    48                  "placement": 2,
    49                  "playbackmethod": [2],
    50                  "mimes": ["foo", "bar"]
    51                },
    52                "ext": {
    53                  "ttx": {
    54                    "prod": "siab",
    55                    "zoneid": "fake-site-id"
    56                  }
    57                }
    58              }
    59            ],
    60            "site": {}
    61          },
    62          "impIDs":["test-imp-id"]
    63        },
    64        "mockResponse": {
    65          "status": 200,
    66          "body": {
    67            "id": "test-request-id",
    68            "seatbid": [
    69              {
    70                "seat": "ttx",
    71                "bid": [{
    72                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    73                  "impid": "test-imp-id",
    74                  "price": 0.500000,
    75                  "adm": "some-test-vast-ad",
    76                  "crid": "crid_10",
    77                  "h": 90,
    78                  "w": 728,
    79                  "ext": {
    80                    "ttx": {
    81                      "mediaType": "video"
    82                    }
    83                  }
    84                }]
    85              }
    86            ],
    87            "cur": "USD"
    88          }
    89        }
    90      }
    91    ],
    92  
    93    "expectedBidResponses": [
    94      {
    95        "currency": "USD",
    96        "bids": [
    97          {
    98            "bid": {
    99              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
   100              "impid": "test-imp-id",
   101              "price": 0.5,
   102              "adm": "some-test-vast-ad",
   103              "crid": "crid_10",
   104              "w": 728,
   105              "h": 90,
   106              "ext": {
   107                "ttx": {
   108                  "mediaType": "video"
   109                }
   110              }
   111            },
   112            "type": "video"
   113          }
   114        ]
   115      }
   116    ]
   117  }