github.com/prebid/prebid-server/v2@v2.18.0/adapters/decenterads/decenteradstest/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          "impIDs":["test-imp-id"]
    60        },
    61        "mockResponse": {
    62          "status": 200,
    63          "body": {
    64            "id": "test-request-id",
    65            "seatbid": [
    66            {
    67              "bid": [
    68                {
    69                  "id": "test_bid_id",
    70                  "impid": "test-imp-id",
    71                  "price": 0.27543,
    72                  "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>",
    73                  "cid": "test_cid",
    74                  "crid": "test_crid",
    75                  "dealid": "test_dealid",
    76                  "ext": {
    77                    "prebid": {
    78                      "type": "video"
    79                    }
    80                  }
    81                }
    82              ],
    83              "seat": "decenterads"
    84            }
    85            ],
    86            "cur": "USD"
    87          }
    88        }
    89      }
    90    ],
    91  
    92  
    93    "expectedBidResponses": [
    94      {
    95        "currency": "USD",
    96        "bids": [
    97          {
    98            "bid": {
    99              "id": "test_bid_id",
   100              "impid": "test-imp-id",
   101              "price": 0.27543,
   102              "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>",
   103              "cid": "test_cid",
   104              "crid": "test_crid",
   105              "dealid": "test_dealid",
   106              "ext": {
   107                "prebid": {
   108                  "type": "video"
   109                }
   110              }
   111            },
   112            "type": "video"
   113          }
   114        ]
   115      }
   116    ]
   117  }