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