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

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "w": 640,
     9            "h": 480,
    10            "protocols": [1,2,3,4,5,6,7,8],
    11            "playbackmethod": [1],
    12            "mimes": ["video/mp4"],
    13            "skip": 1,
    14            "api": [2],
    15            "maxbitrate": 3000
    16          },
    17          "ext": {
    18            "bidder": {
    19              "publisher": {
    20                "id": "publisher-id"
    21              }
    22            }
    23          }
    24        }
    25      ],
    26      "site": {
    27        "page": "http://example.com"
    28      },
    29      "device": {
    30        "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
    31        "h": 500,
    32        "w": 1000
    33      }
    34    },
    35    "httpCalls": [
    36      {
    37        "expectedRequest": {
    38          "uri": "http://example.com/bid",
    39          "body": {
    40            "id": "test-request-id",
    41            "imp": [
    42              {
    43                "id": "test-imp-id",
    44                "video": {
    45                  "w": 640,
    46                  "h": 480,
    47                  "protocols": [1,2,3,4,5,6,7,8],
    48                  "playbackmethod": [1],
    49                  "mimes": ["video/mp4"],
    50                  "skip": 1,
    51                  "api": [2],
    52                  "maxbitrate": 3000
    53                },
    54                "ext": {
    55                  "bidder": {
    56                    "publisher": {
    57                      "id": "publisher-id"
    58                    }
    59                  }
    60                }
    61              }
    62            ],
    63            "site": {
    64              "page": "http://example.com",
    65              "publisher": {
    66                "id": "publisher-id"
    67              }
    68            },
    69            "device": {
    70              "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
    71              "h": 500,
    72              "w": 1000
    73            }
    74          },
    75          "impIDs":["test-imp-id"]
    76        },
    77        "mockResponse": {
    78          "status": 200,
    79          "body": {
    80            "id": "5095a742-1c27-402b-ab6f-66b1bd53383b",
    81            "seatbid": [
    82              {
    83                "bid": [
    84                  {
    85                    "id": "test-request-id",
    86                    "impid": "test-imp-id",
    87                    "price": 2.549447,
    88                    "adm": "<vast ad>",
    89                    "adomain": [
    90                      "example.com"
    91                    ],
    92                    "cid": "test-cid",
    93                    "crid": "test-crid",
    94                    "cat": [
    95                      "IAB13-4"
    96                    ]
    97                  }
    98                ],
    99                "seat": "acc-1876"
   100              }
   101            ],
   102            "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6",
   103            "cur": "USD"
   104          }
   105        }
   106      }
   107    ],
   108    "expectedBidResponses": [
   109      {
   110        "currency": "USD",
   111        "bids": [
   112          {
   113            "bid": {
   114              "id": "test-request-id",
   115              "impid": "test-imp-id",
   116              "price": 2.549447,
   117              "adm": "<vast ad>",
   118              "adomain": [
   119                "example.com"
   120              ],
   121              "cid": "test-cid",
   122              "crid": "test-crid",
   123              "cat": [
   124                "IAB13-4"
   125              ]
   126            },
   127            "type": "video"
   128          }
   129        ]
   130      }
   131    ]
   132  }