github.com/prebid/prebid-server@v0.275.0/adapters/medianet/medianettest/exemplary/multi-format.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "1",
     7                  "banner": {
     8                      "format": [
     9                          {
    10                              "w": 320,
    11                              "h": 50
    12                          }
    13                      ]
    14                  },
    15                  "video": {
    16                      "mimes": [
    17                          "video/mp4"
    18                      ],
    19                      "protocols": [
    20                          2,
    21                          5
    22                      ],
    23                      "w": 320,
    24                      "h": 480
    25                  },
    26                  "ext": {
    27                      "bidder": {
    28                          "cid": "8CUTSTCID",
    29                          "crid": "999999999"
    30                      }
    31                  }
    32              }
    33          ]
    34      },
    35  
    36      "httpCalls": [
    37          {
    38              "expectedRequest": {
    39                  "uri": "https://example.media.net/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
    40                  "body": {
    41                      "id": "test-request-id",
    42                      "imp": [
    43                          {
    44                              "id": "1",
    45                              "banner": {
    46                                  "format": [
    47                                      {
    48                                          "w": 320,
    49                                          "h": 50
    50                                      }
    51                                  ]
    52                              },
    53                              "video": {
    54                                  "mimes": [
    55                                      "video/mp4"
    56                                  ],
    57                                  "protocols": [
    58                                      2,
    59                                      5
    60                                  ],
    61                                  "w": 320,
    62                                  "h": 480
    63                              },
    64                              "ext": {
    65                                  "bidder": {
    66                                      "cid": "8CUTSTCID",
    67                                      "crid": "999999999"
    68                                  }
    69                              }
    70                          }
    71                      ]
    72                  }
    73              },
    74  
    75              "mockResponse": {
    76                  "status": 204,
    77                  "body": ""
    78              }
    79          }
    80      ],
    81  
    82      "expectedBidResponses": []
    83  }