github.com/prebid/prebid-server@v0.275.0/adapters/smaato/smaatotest/supplemental/bad-user-ext-data-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                "w": 320,
    18                "h": 250
    19              }
    20            ]
    21          },
    22          "ext": {
    23            "bidder": {
    24              "publisherId": "1100042525",
    25              "adspaceId": "130563103"
    26            }
    27          }
    28        }
    29      ],
    30      "device": {
    31        "ua": "test-user-agent",
    32        "ip": "123.123.123.123",
    33        "language": "en",
    34        "dnt": 0
    35      },
    36      "user": {
    37        "ext": {
    38          "data": {
    39            "yob": ""
    40          }
    41        }
    42      },
    43      "regs": {
    44        "coppa": 1,
    45        "ext": {
    46          "gdpr": 1,
    47          "us_privacy": "uspConsentString"
    48        }
    49      }
    50    },
    51    "expectedMakeRequestsErrors": [
    52      {
    53        "value": "Invalid user.ext.data.",
    54        "comparison": "literal"
    55      }
    56    ]
    57  }