github.com/prebid/prebid-server@v0.275.0/adapters/bidscube/bidscubetest/exemplary/simple-video.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "device": {
     5        "ip": "123.123.123.123",
     6        "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
     7      },
     8      "app": {
     9        "id": "1",
    10        "bundle": "com.wls.testwlsapplication"
    11      },
    12      "imp": [
    13        {
    14          "id": "test-imp-id",
    15          "video": {
    16            "mimes": ["video/mp4"],
    17            "protocols": [2, 5],
    18            "w": 1024,
    19            "h": 576
    20          },
    21          "ext": {
    22            "bidder": {
    23              "placementId": "3"
    24            }
    25          }
    26        }
    27      ]
    28    },
    29  
    30    "httpCalls": [
    31      {
    32        "expectedRequest": {
    33          "uri": "http://example.com/?c=o&m=ortb",
    34          "body": {
    35            "id": "test-request-id",
    36            "device": {
    37              "ip": "123.123.123.123",
    38              "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    39            },
    40            "app": {
    41              "id": "1",
    42              "bundle": "com.wls.testwlsapplication"
    43            },
    44            "imp": [
    45              {
    46                "id": "test-imp-id",
    47                "video": {
    48                  "mimes": ["video/mp4"],
    49                  "protocols": [2, 5],
    50                  "w": 1024,
    51                  "h": 576
    52                },
    53                "ext": {
    54                  "placementId": "3"
    55                }
    56              }
    57            ]
    58          }
    59        },
    60        "mockResponse": {
    61          "status": 200,
    62          "body": {
    63            "id": "test-request-id",
    64            "seatbid": [
    65            {
    66              "bid": [
    67                {
    68                  "id": "test_bid_id",
    69                  "impid": "test-imp-id",
    70                  "price": 0.27543,
    71                  "adm": "<VAST version=\"3.0\"><Ad id=\"20001\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"5480\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"5246\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://s0.2mdn.net/4253510/google_ddm_animation_480P.mp4]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://example.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>",
    72                  "cid": "test_cid",
    73                  "crid": "test_crid",
    74                  "dealid": "test_dealid",
    75                  "ext": {
    76                    "prebid": {
    77                      "type": "video"
    78                    }
    79                  }
    80                }
    81              ],
    82              "seat": "bidscube"
    83            }
    84            ],
    85            "cur": "USD"
    86          }
    87        }
    88      }
    89    ],
    90  
    91  
    92    "expectedBidResponses": [
    93      {
    94        "currency": "USD",
    95        "bids": [
    96          {
    97            "bid": {
    98              "id": "test_bid_id",
    99              "impid": "test-imp-id",
   100              "price": 0.27543,
   101              "adm": "<VAST version=\"3.0\"><Ad id=\"20001\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"5480\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"5246\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://s0.2mdn.net/4253510/google_ddm_animation_480P.mp4]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://example.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>",
   102              "cid": "test_cid",
   103              "crid": "test_crid",
   104              "dealid": "test_dealid",
   105              "ext": {
   106                "prebid": {
   107                  "type": "video"
   108                }
   109              }
   110            },
   111            "type": "video"
   112          }
   113        ]
   114      }
   115    ]
   116  }