github.com/prebid/prebid-server@v0.275.0/adapters/mobfoxpb/mobfoxpbtest/exemplary/simple-video-direct-route.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                  "ext": {
    27                      "bidder": {
    28                          "key": "7"
    29                      }
    30                  }
    31              }
    32          ]
    33      },
    34      "httpCalls": [
    35          {
    36              "expectedRequest": {
    37                  "uri": "http://example.com/?c=rtb&m=req&key=7",
    38                  "body": {
    39                      "id": "test-request-id",
    40                      "device": {
    41                          "ip": "123.123.123.123",
    42                          "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    43                      },
    44                      "app": {
    45                          "id": "1",
    46                          "bundle": "com.wls.testwlsapplication"
    47                      },
    48                      "imp": [
    49                          {
    50                              "id": "test-imp-id",
    51                              "video": {
    52                                  "mimes": [
    53                                      "video/mp4"
    54                                  ],
    55                                  "protocols": [
    56                                      2,
    57                                      5
    58                                  ],
    59                                  "w": 1024,
    60                                  "h": 576
    61                              },
    62                              "ext": {
    63                                  "bidder": {
    64                                      "key": "7"
    65                                  }
    66                              }
    67                          }
    68                      ]
    69                  }
    70              },
    71              "mockResponse": {
    72                  "status": 200,
    73                  "body": {
    74                      "id": "test-request-id",
    75                      "seatbid": [
    76                          {
    77                              "bid": [
    78                                  {
    79                                      "id": "test_bid_id",
    80                                      "impid": "test-imp-id",
    81                                      "price": 0.27543,
    82                                      "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>",
    83                                      "cid": "test_cid",
    84                                      "crid": "test_crid",
    85                                      "dealid": "test_dealid",
    86                                      "ext": {
    87                                          "prebid": {
    88                                              "type": "video"
    89                                          }
    90                                      }
    91                                  }
    92                              ],
    93                              "seat": "mobfoxpb"
    94                          }
    95                      ],
    96                      "cur": "USD"
    97                  }
    98              }
    99          }
   100      ],
   101      "expectedBidResponses": [
   102          {
   103              "currency": "USD",
   104              "bids": [
   105                  {
   106                      "bid": {
   107                          "id": "test_bid_id",
   108                          "impid": "test-imp-id",
   109                          "price": 0.27543,
   110                          "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>",
   111                          "cid": "test_cid",
   112                          "crid": "test_crid",
   113                          "dealid": "test_dealid",
   114                          "ext": {
   115                              "prebid": {
   116                                  "type": "video"
   117                              }
   118                          }
   119                      },
   120                      "type": "video"
   121                  }
   122              ]
   123          }
   124      ]
   125  }