github.com/prebid/prebid-server/v2@v2.18.0/adapters/appush/appushtest/exemplary/simple-video.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "device": {
     5              "ip": "123.123.123.123",
     6              "ua": "iPad"
     7          },
     8          "app": {
     9              "id": "1",
    10              "bundle": "com.wls.testwlsapplication"
    11          },
    12          "imp": [
    13              {
    14                  "id": "test-imp-id",
    15                  "tagid": "test",
    16                  "video": {
    17                      "mimes": [
    18                          "video/mp4"
    19                      ],
    20                      "protocols": [
    21                          2,
    22                          5
    23                      ],
    24                      "w": 1024,
    25                      "h": 576
    26                  },
    27                  "ext": {
    28                      "bidder": {
    29                          "placementId": "test"
    30                      }
    31                  }
    32              }
    33          ]
    34      },
    35      "httpCalls": [
    36          {
    37              "expectedRequest": {
    38                  "uri": "http://example.com/pserver",
    39                  "body": {
    40                      "id": "test-request-id",
    41                      "device": {
    42                          "ip": "123.123.123.123",
    43                          "ua": "iPad"
    44                      },
    45                      "app": {
    46                          "id": "1",
    47                          "bundle": "com.wls.testwlsapplication"
    48                      },
    49                      "imp": [
    50                          {
    51                              "id": "test-imp-id",
    52                              "tagid": "test",
    53                              "video": {
    54                                  "mimes": [
    55                                      "video/mp4"
    56                                  ],
    57                                  "protocols": [
    58                                      2,
    59                                      5
    60                                  ],
    61                                  "w": 1024,
    62                                  "h": 576
    63                              },
    64                              "ext": {
    65                                  "bidder": {
    66                                      "placementId": "test",
    67                                      "type": "publisher"
    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                                      "ext": {
    91                                          "prebid": {
    92                                              "type": "video"
    93                                          }
    94                                      }
    95                                  }
    96                              ],
    97                              "seat": "appush"
    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                          "dealid": "test_dealid",
   118                          "ext": {
   119                              "prebid": {
   120                                  "type": "video"
   121                              }
   122                          }
   123                      },
   124                      "type": "video"
   125                  }
   126              ]
   127          }
   128      ]
   129  }