github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/disabled/bad/bad-bidder.json (about)

     1  {
     2    "description": "Bid request targeted towards a disabled adapter. We expect an error.",
     3    "config": {
     4      "disabledAdapters": ["appnexus"]
     5    },
     6    "mockBidRequest": {
     7      "id": "some-request-id",
     8      "site": {
     9        "page": "test.somepage.com"
    10      },
    11      "imp": [
    12        {
    13          "id": "my-imp-id",
    14          "video": {
    15            "mimes": [
    16              "video/mp4"
    17            ]
    18          },
    19          "ext": {
    20            "appnexus": {
    21              "placementId": 12883451
    22            }
    23          }
    24        }
    25      ]
    26    },
    27    "expectedReturnCode": 400,
    28    "expectedErrorMessage": "Invalid request: Bidder \"appnexus\" has been disabled on this instance of Prebid Server. Please work with the PBS host to enable this bidder again.\nInvalid request: request.imp[0].ext.prebid.bidder must contain at least one bidder\n"
    29  }