github.com/prebid/prebid-server@v0.275.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        },
    74        "mockResponse": {
    75          "status": 200,
    76          "body": {
    77            "id": "test-request-id",
    78            "seatbid": [
    79              {
    80                "bid": [
    81                  {
    82                    "id": "test_bid_id",
    83                    "impid": "test-imp-id",
    84                    "price": 0.27543,
    85                    "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>",
    86                    "cid": "test_cid",
    87                    "crid": "test_crid",
    88                    "dealid": "test_dealid",
    89                    "mtype": 2,
    90                    "ext": {
    91                      "prebid": {
    92                        "type": "video"
    93                      }
    94                    }
    95                  }
    96                ],
    97                "seat": "tpmn"
    98              }
    99            ],
   100            "cur": "USD"
   101          }
   102        }
   103      }
   104    ],
   105    "expectedBidResponses": [
   106      {
   107        "currency": "USD",
   108        "bids": [
   109          {
   110            "bid": {
   111              "id": "test_bid_id",
   112              "impid": "test-imp-id",
   113              "price": 0.27543,
   114              "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>",
   115              "cid": "test_cid",
   116              "crid": "test_crid",
   117              "mtype": 2,
   118              "dealid": "test_dealid",
   119              "ext": {
   120                "prebid": {
   121                  "type": "video"
   122                }
   123              }
   124            },
   125            "type": "video"
   126          }
   127        ]
   128      }
   129    ]
   130  }