github.com/prebid/prebid-server/v2@v2.18.0/adapters/smaato/smaatotest/supplemental/no-publisher-id-request.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "1C86242D-9535-47D6-9576-7B1FE87F282C",
     4      "site": {
     5        "page": "http://localhost:3000/server.html?pbjs_debug=true&endpoint=http://localhost:3000/bidder"
     6      },
     7      "imp": [
     8        {
     9          "id": "1C86242D-9535-47D6-9576-7B1FE87F282C",
    10          "banner": {
    11            "format": [
    12              {
    13                "w": 320,
    14                "h": 50
    15              }
    16            ]
    17          },
    18          "ext": {
    19          }
    20        }
    21      ]
    22    },
    23    "expectedMakeRequestsErrors": [
    24      {
    25        "value": "Missing publisherId parameter.",
    26        "comparison": "literal"
    27      }
    28    ]
    29  }