github.com/prebid/prebid-server/v2@v2.18.0/adapters/colossus/colossustest/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              "TagID": "61318"
    24            }
    25          }
    26        }
    27      ]
    28    },
    29  
    30    "httpCalls": [
    31      {
    32        "expectedRequest": {
    33          "uri": "http://example.com/?c=o&m=rtb",
    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                "tagid": "61318",
    54                "ext": {
    55                  "bidder": {
    56                    "TagID": "61318"
    57                  }
    58                }
    59              }
    60            ]
    61          },
    62          "impIDs":["test-imp-id"]
    63        },
    64        "mockResponse": {
    65          "status": 200,
    66          "body": {
    67            "id": "test-request-id",
    68            "seatbid": [
    69                {
    70                    "bid": [
    71                        {
    72                            "id": "test_bid_id",
    73                            "impid": "test-imp-id",
    74                            "price": 0.27543,
    75                            "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>",
    76                            "cid": "test_cid",
    77                            "crid": "test_crid",
    78                            "dealid": "test_dealid",
    79                            "ext": {
    80                              "mediaType": "video"
    81                            }
    82                        }
    83                    ],
    84                    "seat": "colossus"
    85                }
    86            ],
    87            "cur": "USD"
    88          }
    89        }
    90      }
    91    ],
    92  
    93  
    94    "expectedBidResponses": [
    95      {
    96        "currency": "USD",
    97        "bids": [
    98          {
    99            "bid": {
   100              "id": "test_bid_id",
   101              "impid": "test-imp-id",
   102              "price": 0.27543,
   103              "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>",
   104              "cid": "test_cid",
   105              "crid": "test_crid",
   106              "dealid": "test_dealid",
   107              "ext": {
   108                "mediaType": "video"
   109              }
   110            },
   111            "type": "video"
   112          }
   113        ]
   114      }
   115    ]
   116  }