github.com/prebid/prebid-server/v2@v2.18.0/adapters/logan/logantest/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://endpoint1.logan.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                                  }
    91                              ],
    92                              "seat": "logan"
    93                          }
    94                      ],
    95                      "cur": "USD"
    96                  }
    97              }
    98          }
    99      ],
   100      "expectedBidResponses": [
   101          {
   102              "currency": "USD",
   103              "bids": [
   104                  {
   105                      "bid": {
   106                          "id": "test_bid_id",
   107                          "impid": "test-imp-id",
   108                          "price": 0.27543,
   109                          "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>",
   110                          "cid": "test_cid",
   111                          "crid": "test_crid",
   112                          "dealid": "test_dealid"
   113                      },
   114                      "type": "video"
   115                  }
   116              ]
   117          }
   118      ]
   119  }