github.com/prebid/prebid-server@v0.275.0/adapters/videobyte/videobytetest/exemplary/multi-format.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "bcat": [
     5        "IAB25",
     6        "IAB7-39",
     7        "IAB8-18"
     8      ],
     9      "user": {
    10        "buyeruid": "user-101",
    11        "yob": 1973
    12      },
    13      "device": {
    14        "ua": "my-user-agent",
    15        "ip": "1.2.3.4"
    16      },
    17      "imp": [
    18        {
    19          "id": "test-imp-id",
    20          "banner": {
    21            "w": 300,
    22            "h": 250
    23          },
    24          "video": {
    25            "w": 300,
    26            "h": 250,
    27            "mimes": [
    28              "video/x-flv",
    29              "video/mp4"
    30            ]
    31          },
    32          "ext": {
    33            "bidder": {
    34              "pubId": "examplePublisherId",
    35              "placementId": "examplePlacementId",
    36              "nid": "exampleNetworkId"
    37            }
    38          }
    39        }
    40      ],
    41      "site": {
    42        "domain": "example.com",
    43        "page": "http://example.com/page-1",
    44        "ref": "http://referer.com/page-2"
    45      }
    46    },
    47    "httpCalls": [
    48      {
    49        "expectedRequest": {
    50          "method": "GET",
    51          "headers": {
    52            "Referer": [
    53              "http://referer.com/page-2"
    54            ],
    55            "Origin": [
    56              "example.com"
    57            ],
    58            "Accept": [
    59              "application/json"
    60            ],
    61            "Content-Type": [
    62              "application/json;charset=utf-8"
    63            ]
    64          },
    65          "uri": "https://mock.videobyte.com?nid=exampleNetworkId&pid=examplePublisherId&placementId=examplePlacementId&source=pbs",
    66          "body": {
    67            "id": "test-request-id",
    68            "bcat": [
    69              "IAB25",
    70              "IAB7-39",
    71              "IAB8-18"
    72            ],
    73            "user": {
    74              "buyeruid": "user-101",
    75              "yob": 1973
    76            },
    77            "device": {
    78              "ua": "my-user-agent",
    79              "ip": "1.2.3.4"
    80            },
    81            "imp": [
    82              {
    83                "id": "test-imp-id",
    84                "banner": {
    85                  "w": 300,
    86                  "h": 250
    87                },
    88                "video": {
    89                  "w": 300,
    90                  "h": 250,
    91                  "mimes": [
    92                    "video/x-flv",
    93                    "video/mp4"
    94                  ]
    95                },
    96                "ext": {
    97                  "bidder": {
    98                    "pubId": "examplePublisherId",
    99                    "placementId": "examplePlacementId",
   100                    "nid": "exampleNetworkId"
   101                  }
   102                }
   103              }
   104            ],
   105            "site": {
   106              "domain": "example.com",
   107              "page": "http://example.com/page-1",
   108              "ref": "http://referer.com/page-2"
   109            }
   110          }
   111        },
   112        "mockResponse": {
   113          "status": 200,
   114          "body": {
   115            "cur": "USD",
   116            "seatbid": [
   117              {
   118                "bid": [
   119                  {
   120                    "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b",
   121                    "crid": "72745",
   122                    "adomain": [
   123                      "ad-domain.com"
   124                    ],
   125                    "price": 3,
   126                    "impid": "test-imp-id",
   127                    "adid": "564",
   128                    "adm": "<iframe bordercolor=\"#000000\" frameborder=\"0\" height=\"250\" hspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" srcdoc=\"contents\" vspace=\"0\" width=\"300\"></iframe>"
   129                  }
   130                ],
   131                "seat": "videobyte"
   132              }
   133            ],
   134            "bidid": "test-request-id",
   135            "id": "test-request-id"
   136          }
   137        }
   138      }
   139    ],
   140    "expectedBidResponses": [
   141      {
   142        "currency": "USD",
   143        "bids": [
   144          {
   145            "bid": {
   146              "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b",
   147              "crid": "72745",
   148              "adomain": [
   149                "ad-domain.com"
   150              ],
   151              "price": 3,
   152              "impid": "test-imp-id",
   153              "adid": "564",
   154              "adm": "<iframe bordercolor=\"#000000\" frameborder=\"0\" height=\"250\" hspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" srcdoc=\"contents\" vspace=\"0\" width=\"300\"></iframe>"
   155            },
   156            "type": "banner"
   157          }
   158        ]
   159      }
   160    ]
   161  }