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

     1  {
     2    "description": "Bidder FPD defined only for site",
     3    "inputRequestData": {
     4      "site": {
     5        "id": "reqUserID"
     6      }
     7    },
     8    "biddersWithGlobalFPD": [
     9      "appnexus"
    10    ],
    11    "bidderConfigFPD": {
    12      "appnexus": {
    13        "site": {
    14          "id": "apnSiteId",
    15          "ext": {
    16            "data": {
    17              "other": "data"
    18            }
    19          }
    20        }
    21      }
    22    },
    23    "outputRequestData": {
    24      "appnexus": {
    25        "site": {
    26          "id": "apnSiteId",
    27          "ext": {
    28            "data": {
    29              "other": "data"
    30            }
    31          }
    32        }
    33      }
    34    }
    35  }