github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/resolvefpd/global-and-bidder-fpd-user.json (about)

     1  {
     2    "description": "Global and bidder FPD defined for user",
     3    "inputRequestData": {
     4      "user": {
     5        "id": "reqUserID",
     6        "yob": 1982,
     7        "gender": "M"
     8      }
     9    },
    10    "biddersWithGlobalFPD": [
    11      "appnexus"
    12    ],
    13    "bidderConfigFPD": {
    14      "appnexus": {
    15        "user": {
    16          "id": "apnUserId",
    17          "yob": 1982,
    18          "ext": {
    19            "data": {
    20              "morefpdData": "morefpddata",
    21              "userFpddata": "siteFpddata",
    22              "moreFpd": {
    23                "fpd": 123
    24              }
    25            }
    26          }
    27        }
    28      }
    29    },
    30    "globalFPD": {
    31      "user": {
    32        "testUserFpd": "testuser"
    33      }
    34    },
    35    "outputRequestData": {
    36      "appnexus": {
    37        "user": {
    38          "id": "apnUserId",
    39          "yob": 1982,
    40          "gender": "M",
    41          "ext": {
    42            "data": {
    43              "testUserFpd": "testuser",
    44              "morefpdData": "morefpddata",
    45              "userFpddata": "siteFpddata",
    46              "moreFpd": {
    47                "fpd": 123
    48              }
    49            }
    50          }
    51        }
    52      }
    53    }
    54  }