github.com/prebid/prebid-server/v2@v2.18.0/adapters/zeroclickfraud/zeroclickfraudtest/supplemental/bad-sourceId.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "bad-sourceId-test",
     4      "imp": [
     5        {
     6          "id": "bad-sourceId-test-imp",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": 
    16          {
    17            "bidder":
    18            {
    19                "host": "q.0cf.io",
    20                "sourceId": 0
    21            }
    22          }
    23        }
    24      ]
    25    },
    26  
    27    "expectedMakeRequestsErrors": [
    28      {
    29        "value": "Invalid/Missing SourceId",
    30        "comparison": "literal"
    31      } 
    32    ]
    33  
    34    
    35  }