github.com/prebid/prebid-server@v0.275.0/adapters/axis/axistest/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.test.testapplication"
    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                          "integration": "000000",
    30                          "token": "000000"
    31                      }
    32                  }
    33              }
    34          ]
    35      },
    36      "httpCalls": [
    37          {
    38              "expectedRequest": {
    39                  "uri": "http://prebid.axis-marketplace.com/pbserver",
    40                  "body": {
    41                      "id": "test-request-id",
    42                      "device": {
    43                          "ip": "123.123.123.123",
    44                          "ua": "iPad"
    45                      },
    46                      "app": {
    47                          "id": "1",
    48                          "bundle": "com.test.testapplication"
    49                      },
    50                      "imp": [
    51                          {
    52                              "id": "test-imp-id",
    53                              "tagid": "test",
    54                              "video": {
    55                                  "mimes": [
    56                                      "video/mp4"
    57                                  ],
    58                                  "protocols": [
    59                                      2,
    60                                      5
    61                                  ],
    62                                  "w": 1024,
    63                                  "h": 576
    64                              },
    65                              "ext": {
    66                                  "bidder": {
    67                                      "integration": "000000",
    68                                      "token": "000000"
    69                                  }
    70                              }
    71                          }
    72                      ]
    73                  }
    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=\"id\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"id\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"id\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://test.com]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://test.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": "seat"
    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=\"id\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"id\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"id\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://test.com]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://test.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  }