github.com/prebid/prebid-server/v2@v2.18.0/adapters/medianet/medianettest/exemplary/no-bid.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                      }
    20                  }
    21              }
    22          ]
    23      },
    24  
    25      "httpCalls": [
    26          {
    27              "expectedRequest": {
    28                  "uri": "https://example.media.net/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
    29                  "body": {
    30                      "id": "test-request-id",
    31                      "imp": [
    32                          {
    33                              "id": "1",
    34                              "banner": {
    35                                  "format": [
    36                                      {
    37                                          "w": 300,
    38                                          "h": 250
    39                                      }
    40                                  ]
    41                              },
    42                              "ext": {
    43                                  "bidder": {
    44                                      "cid": "8CUTSTCID",
    45                                      "crid": "999999999"
    46                                  }
    47                              }
    48                          }
    49                      ]
    50                  },
    51                  "impIDs":["1"]
    52              },
    53              "mockResponse": {
    54                  "status": 204,
    55                  "body": {}
    56              }
    57          }
    58      ],
    59  
    60      "expectedBidResponses": []
    61  }