github.com/prebid/prebid-server/v2@v2.18.0/adapters/lemmadigital/lemmadigitaltest/supplemental/invalid-ld-ext-object.json (about)

     1  {
     2    "expectedMakeRequestsErrors": [{
     3      "value": "Invalid imp.ext for impression index 0. Error Infomation: unexpected end of JSON input",
     4      "comparison": "literal"
     5    }],
     6    "mockBidRequest": {
     7      "app": {
     8        "bundle": "com.ld.test",
     9        "cat": [
    10          "IAB-1"
    11        ],
    12        "domain": "ld.com",
    13        "id": "1",
    14        "name": "LD Test",
    15        "publisher": {
    16          "id": "1"
    17        }
    18      },
    19      "device": {
    20        "dnt": 0,
    21        "ip": "0.0.0.0",
    22        "language": "en",
    23        "ua": "user-agent"
    24      },
    25      "id": "test-request-id-video",
    26      "imp": [{
    27        "id": "test-imp-id-video",
    28        "video": {
    29          "h": 1080,
    30          "mimes": [
    31            "video/mp4"
    32          ],
    33          "protocols": [
    34            1
    35          ],
    36          "w": 1920
    37        }
    38      }],
    39      "tmax": 1000
    40    },
    41    "httpCalls": []
    42  }