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

     1  {
     2    "description": "Global FPD defined for user and bidder FPD defined for site and user",
     3    "inputRequestData": {
     4      "site": {
     5        "id": "reqSiteId",
     6        "page": "http://www.foobar.com/1234.html",
     7        "publisher": {
     8          "id": "1"
     9        },
    10        "content": {
    11          "episode": 6,
    12          "title": "episodeName",
    13          "series": "TvName",
    14          "season": "season3",
    15          "len": 900
    16        }
    17      },
    18      "user": {
    19        "id": "apnUserId"
    20      }
    21    },
    22    "biddersWithGlobalFPD": [
    23      "appnexus"
    24    ],
    25    "bidderConfigFPD": {
    26      "appnexus": {
    27        "site": {
    28          "id": "apnSiteId",
    29          "ext": {
    30            "data": {
    31              "morefpdData": "morefpddata",
    32              "siteFpddata": "siteFpddata",
    33              "moreFpd": {
    34                "fpd": 123
    35              }
    36            }
    37          }
    38        },
    39        "user": {
    40          "id": "apnUserId",
    41          "ext": {
    42            "data": {
    43              "moreFpd": {
    44                "fpd": 567
    45              }
    46            }
    47          }
    48        }
    49      }
    50    },
    51    "globalFPD": {
    52      "user": {
    53        "testUserFpd": "testuser"
    54      }
    55    },
    56    "outputRequestData": {
    57      "appnexus": {
    58        "site": {
    59          "id": "apnSiteId",
    60          "page": "http://www.foobar.com/1234.html",
    61          "publisher": {
    62            "id": "1"
    63          },
    64          "content": {
    65            "episode": 6,
    66            "title": "episodeName",
    67            "series": "TvName",
    68            "season": "season3",
    69            "len": 900
    70          },
    71          "ext": {
    72            "data": {
    73              "morefpdData": "morefpddata",
    74              "siteFpddata": "siteFpddata",
    75              "moreFpd": {
    76                "fpd": 123
    77              }
    78            }
    79          }
    80        },
    81        "user": {
    82          "id": "apnUserId",
    83          "ext": {
    84            "data": {
    85              "moreFpd": {
    86                "fpd": 567
    87              },
    88              "testUserFpd": "testuser"
    89            }
    90          }
    91        }
    92      }
    93    }
    94  }