github.com/prebid/prebid-server/v2@v2.18.0/adapters/unicorn/unicorntest/supplemental/cannot-parse-accountid.json (about)

     1  {
     2    "mockBidRequest": {
     3      "at": 1,
     4      "imp": [
     5        {
     6          "banner": {
     7            "format": [
     8              {
     9                "w": 300,
    10                "h": 250
    11              }
    12            ],
    13            "api": [5]
    14          },
    15          "id": "29D2F33E-F865-40DA-9320-16EF77935254",
    16          "secure": 1,
    17          "ext": {
    18            "prebid": {
    19              "storedrequest": {
    20                "id": "test_unicorn"
    21              }
    22            },
    23            "bidder": {
    24              "accountId": "hogeohge",
    25              "publisherId": "123456",
    26              "mediaId": "test_media",
    27              "placementId": "test_placement"
    28            }
    29          }
    30        }
    31      ],
    32      "cur": ["JPY"],
    33      "app": {
    34        "publisher": {
    35          "id": "test"
    36        },
    37        "ext": {
    38          "prebid": {
    39            "source": "prebid-mobile",
    40            "version": "1.9.0"
    41          }
    42        },
    43        "bundle": "net.ada.test",
    44        "ver": "1.9.0"
    45      },
    46      "id": "CFD24FB1-916F-467D-8825-34892B315DB7",
    47      "source": {
    48        "tid": "A4B3EA9F-FF57-4716-AC85-6CBF6A46CFBD"
    49      },
    50      "device": {
    51        "make": "Apple",
    52        "osv": "14.4",
    53        "connectiontype": 1,
    54        "os": "iOS",
    55        "w": 320,
    56        "model": "Simulator",
    57        "ifa": "00000000-0000-0000-0000-000000000000",
    58        "devtime": 1612413327,
    59        "h": 568,
    60        "pxratio": 2,
    61        "ext": {
    62          "atts": 0
    63        }
    64      },
    65      "user": {
    66        "gender": "O"
    67      }
    68    },
    69    "expectedMakeRequestsErrors": [
    70      {
    71        "value": "Error while decoding imp[0].ext: json: cannot unmarshal string into Go struct field ExtImpUnicorn.bidder.accountId of type int",
    72        "comparison": "literal"
    73      }
    74    ]
    75  }