github.com/prebid/prebid-server/v2@v2.18.0/adapters/iqx/iqzonextest/supplemental/invalid-ext-object.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "id",
     4      "imp": [
     5        {
     6          "id": "id",
     7          "secure": 1,
     8          "bidfloor": 0.01,
     9          "bidfloorcur": "USD",
    10          "banner": {
    11            "w": 300,
    12            "h": 250
    13          },
    14          "ext": ""
    15        }
    16      ],
    17      "device": {
    18        "ua": "UA",
    19        "ip": "123.3.4.123"
    20      },
    21      "regs": {
    22        "ext": {
    23          "gdpr": 0
    24        }
    25      },
    26      "user": {
    27        "id": "userid"
    28      },
    29      "site": {
    30        "id": "id",
    31        "domain": "test,com",
    32        "cat": [
    33          "IAB12"
    34        ],
    35        "publisher": {
    36          "id": "pubid"
    37        }
    38      }
    39    },
    40    "httpCalls": [],
    41    "expectedMakeRequestsErrors": [
    42      {
    43        "value": "Failed to deserialize bidder impression extension: json: cannot unmarshal string into Go value of type adapters.ExtImpBidder",
    44        "comparison": "literal"
    45      }
    46    ]
    47  }