github.com/prebid/prebid-server/v2@v2.18.0/adapters/tpmn/tpmntest/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": [
    17              "video/mp4"
    18            ],
    19            "protocols": [
    20              2,
    21              5
    22            ],
    23            "w": 1024,
    24            "h": 576
    25          },
    26          "bidfloorcur": "USD",
    27          "ext": {
    28            "bidder": {
    29              "inventoryId": 10000001
    30            }
    31          }
    32        }
    33      ]
    34    },
    35    "httpCalls": [
    36      {
    37        "expectedRequest": {
    38          "uri": "https://gat.tpmn.io/ortb/pbs_bidder",
    39          "body": {
    40            "id": "test-request-id",
    41            "device": {
    42              "ip": "123.123.123.123",
    43              "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    44            },
    45            "app": {
    46              "id": "1",
    47              "bundle": "com.wls.testwlsapplication"
    48            },
    49            "imp": [
    50              {
    51                "id": "test-imp-id",
    52                "video": {
    53                  "mimes": [
    54                    "video/mp4"
    55                  ],
    56                  "protocols": [
    57                    2,
    58                    5
    59                  ],
    60                  "w": 1024,
    61                  "h": 576
    62                },
    63  
    64                "bidfloorcur": "USD",
    65                "ext": {
    66                  "bidder": {
    67                    "inventoryId": 10000001
    68                  }
    69                }
    70              }
    71            ]
    72          },
    73          "impIDs":["test-imp-id"]
    74        },
    75        "mockResponse": {
    76          "status": 200,
    77          "body": {
    78            "id": "test-request-id",
    79            "seatbid": [
    80              {
    81                "bid": [
    82                  {
    83                    "id": "test_bid_id",
    84                    "impid": "test-imp-id",
    85                    "price": 0.27543,
    86                    "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>",
    87                    "cid": "test_cid",
    88                    "crid": "test_crid",
    89                    "dealid": "test_dealid",
    90                    "mtype": 2,
    91                    "ext": {
    92                      "prebid": {
    93                        "type": "video"
    94                      }
    95                    }
    96                  }
    97                ],
    98                "seat": "tpmn"
    99              }
   100            ],
   101            "cur": "USD"
   102          }
   103        }
   104      }
   105    ],
   106    "expectedBidResponses": [
   107      {
   108        "currency": "USD",
   109        "bids": [
   110          {
   111            "bid": {
   112              "id": "test_bid_id",
   113              "impid": "test-imp-id",
   114              "price": 0.27543,
   115              "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>",
   116              "cid": "test_cid",
   117              "crid": "test_crid",
   118              "mtype": 2,
   119              "dealid": "test_dealid",
   120              "ext": {
   121                "prebid": {
   122                  "type": "video"
   123                }
   124              }
   125            },
   126            "type": "video"
   127          }
   128        ]
   129      }
   130    ]
   131  }