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