github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/req-empty-user-fpd-not-empty-user.json (about)

     1  {
     2    "description": "req.user is not present but req.ext.prebid.bidderconfig contains user for bidder; expect req.user to present in the resolved bidders FPD",
     3    "inputRequestData": {
     4      "id": "bid_id",
     5      "test": 1,
     6      "ext": {
     7        "prebid": {
     8          "data": {
     9            "bidders": ["appnexus"]
    10          },
    11          "bidderconfig": [
    12            {
    13              "bidders": [
    14                "appnexus"
    15              ],
    16              "config": {
    17                "ortb2": {
    18                  "user": {
    19                    "id": "appnexusFpdUser",
    20                    "yob": 2011,
    21                    "gender": "F",
    22                    "keywords": "fpd keywords",
    23                    "data": [
    24                      {
    25                        "id": "FpdUserDataId1",
    26                        "name": "FpdUserDataName1"
    27                      },
    28                      {
    29                        "id": "FpdUserDataId2",
    30                        "name": "FpdUserDataName2"
    31                      }
    32                    ],
    33                    "ext": {
    34                      "data": {
    35                        "userdata": "appnexusFpdUserExtData"
    36                      }
    37                    }
    38                  }
    39                }
    40              }
    41            }
    42          ]
    43        }
    44      }
    45    },
    46    "outputRequestData":  {
    47      "id": "bid_id",
    48      "test": 1
    49    },
    50    "biddersFPDResolved": {
    51      "appnexus": {
    52        "user": {
    53          "id": "appnexusFpdUser",
    54          "yob": 2011,
    55          "gender": "F",
    56          "keywords": "fpd keywords",
    57          "data": [
    58            {
    59              "id": "FpdUserDataId1",
    60              "name": "FpdUserDataName1"
    61            },
    62            {
    63              "id": "FpdUserDataId2",
    64              "name": "FpdUserDataName2"
    65            }
    66          ],
    67          "ext": {
    68            "data": {
    69              "userdata": "appnexusFpdUserExtData"
    70            }
    71          }
    72        }
    73      }
    74    },
    75    "validationErrors": []
    76  }