github.com/prebid/prebid-server/v2@v2.18.0/adapters/medianet/medianettest/exemplary/optional-params.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "1",
     7                  "banner": {
     8                      "format": [
     9                          {
    10                              "w": 300,
    11                              "h": 250
    12                          }
    13                      ]
    14                  },
    15                  "ext": {
    16                      "bidder": {
    17                          "cid": "8CUTSTCID",
    18                          "crid": "999999999",
    19                          "tagid_src": "ext"
    20                      }
    21                  }
    22              }
    23          ]
    24      },
    25  
    26      "httpCalls": [
    27          {
    28              "expectedRequest": {
    29                  "uri": "https://example.media.net/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
    30                  "body": {
    31                      "id": "test-request-id",
    32                      "imp": [
    33                          {
    34                              "id": "1",
    35                              "banner": {
    36                                  "format": [
    37                                      {
    38                                          "w": 300,
    39                                          "h": 250
    40                                      }
    41                                  ]
    42                              },
    43                              "ext": {
    44                                  "bidder": {
    45                                      "cid": "8CUTSTCID",
    46                                      "crid": "999999999",
    47                                      "tagid_src": "ext"
    48                                  }
    49                              }
    50                          }
    51                      ]
    52                  },
    53                  "impIDs":["1"]
    54              },
    55              "mockResponse": {
    56                  "status": 204,
    57                  "body": {}
    58              }
    59          }
    60      ],
    61  
    62      "expectedBidResponses": []
    63  }