github.com/prebid/prebid-server@v0.275.0/adapters/cadent_aperture_mx/cadent_aperture_mxtest/supplemental/server-no-content.json (about)

     1  {
     2    "mockBidRequest": {
     3    "id": "some_test_auction",
     4    "imp": [
     5      {
     6        "id": "test-imp-id",
     7        "banner": {
     8            "w": 300,
     9            "h": 250
    10        },
    11        "ext": {
    12          "bidder": {
    13            "tagId": "1234567"
    14          }
    15        }
    16      }
    17    ]
    18  },
    19  
    20    "httpCalls": [
    21      {
    22        "expectedRequest": {
    23          "uri": "https://hb.emxdgt.com?t=1000&ts=2060541160",
    24          "body": {
    25            "id": "some_test_auction",
    26            "imp": [
    27              {
    28                "id": "test-imp-id",
    29                "banner": {
    30                    "w": 300,
    31                    "h": 250
    32                },
    33                "secure": 0,
    34                "ext": {
    35                  "bidder": {
    36                    "tagId": "1234567"
    37                  }
    38                },
    39                "tagid": "1234567"
    40              }
    41            ]
    42          }
    43        },
    44        "mockResponse": {
    45          "status": 204
    46        }
    47      }
    48    ],
    49    "expectedBidResponses": []
    50  }