github.com/prebid/prebid-server@v0.275.0/adapters/rise/risetest/supplemental/missing-mtype.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "mimes": [
     9              "video/mp4"
    10            ],
    11            "minduration": 1,
    12            "maxduration": 2,
    13            "protocols": [1,3,5],
    14            "w": 1020,
    15            "h": 780,
    16            "startdelay": 1,
    17            "placement": 1,
    18            "playbackmethod": [2],
    19            "delivery": [1],
    20            "api": [1,2,3,4]
    21          },
    22          "ext": {
    23            "bidder": {
    24              "org": "72721",
    25              "path": "mvo",
    26              "zone": "1r"
    27            }
    28          }
    29        }
    30      ]
    31    },
    32    "httpCalls": [
    33      {
    34        "expectedRequest": {
    35          "uri": "http://localhost/prebid_server?publisher_id=72721",
    36          "body": {
    37            "id": "test-request-id",
    38            "imp": [
    39              {
    40                "id": "test-imp-id",
    41                "video": {
    42                  "mimes": [
    43                    "video/mp4"
    44                  ],
    45                  "minduration": 1,
    46                  "maxduration": 2,
    47                  "protocols": [1,3,5],
    48                  "w": 1020,
    49                  "h": 780,
    50                  "startdelay": 1,
    51                  "placement": 1,
    52                  "playbackmethod": [2],
    53                  "delivery": [1],
    54                  "api": [1,2,3,4]
    55                },
    56                "ext": {
    57                  "bidder": {
    58                    "org": "72721",
    59                    "zone": "1r",
    60                    "path": "mvo"
    61                  }
    62                }
    63              }
    64            ]
    65          }
    66        },
    67        "mockResponse": {
    68          "status": 200,
    69          "body": {
    70            "id": "test-request-id",
    71            "cur": "USD",
    72            "seatbid": [
    73              {
    74                "seat": "Rhythmone",
    75                "bid": [
    76                  {
    77                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    78                    "impid": "test-imp-id",
    79                    "price": 0.500000,
    80                    "adm": "some-test-ad",
    81                    "crid": "crid_10",
    82                    "w": 1024,
    83                    "h": 576
    84                  }
    85                ]
    86              },
    87              {
    88                "seat": "Rhythmone",
    89                "bid": [
    90                  {
    91                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    92                    "impid": "test-imp-id",
    93                    "price": 0.500000,
    94                    "adm": "some-test-ad",
    95                    "crid": "crid_10",
    96                    "w": 1024,
    97                    "h": 576,
    98                    "mtype": 3
    99                  }
   100                ]
   101              }
   102            ]
   103          }
   104        }
   105      }
   106    ],
   107    "expectedMakeBidsErrors": [
   108      {
   109        "value": "unsupported MType 0",
   110        "comparison": "literal"
   111      },
   112      {
   113        "value": "unsupported MType 3",
   114        "comparison": "literal"
   115      }
   116    ],
   117    "expectedBidResponses": [{"currency":"USD","bids":[]}]
   118  }