github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/two-bidders-no-global-bidder-list.json (about)

     1  {
     2    "description": "req.site is present; req.ext.prebid.data.bidders is not defined; req.ext.prebid.bidderconfig is defined for two bidders. Expect to have both bidders in resoved FPD",
     3    "inputRequestData": {
     4      "id": "bid_id",
     5      "site": {
     6        "id": "reqSiteId",
     7        "page": "http://www.foobar.com/1234.html",
     8        "publisher": {
     9          "id": "1"
    10        },
    11        "ext": {
    12          "data": "fpdGlobalSiteData"
    13        }
    14      },
    15      "user": {
    16        "id": "reqUserId"
    17      },
    18      "test": 1,
    19      "ext": {
    20        "prebid": {
    21          "bidderconfig": [
    22            {
    23              "bidders": [
    24                "appnexus"
    25              ],
    26              "config": {
    27                "ortb2": {
    28                  "site": {
    29                    "id": "apnSiteId"
    30                  },
    31                  "user": {
    32                    "id": "apnUserId"
    33                  }
    34                }
    35              }
    36            },
    37            {
    38              "bidders": [
    39                "telaria"
    40              ],
    41              "config": {
    42                "ortb2": {
    43                  "user": {
    44                    "keywords": "telariaUserKeywords"
    45                  }
    46                }
    47              }
    48            }
    49          ]
    50        }
    51      }
    52    },
    53    "outputRequestData": {
    54      "id": "bid_id",
    55      "site": {
    56        "id": "reqSiteId",
    57        "page": "http://www.foobar.com/1234.html",
    58        "publisher": {
    59          "id": "1"
    60        },
    61        "ext": {
    62          "data": "fpdGlobalSiteData"
    63        }
    64      },
    65      "test": 1
    66    },
    67    "biddersFPDResolved": {
    68      "appnexus": {
    69        "site": {
    70          "id": "apnSiteId",
    71          "page": "http://www.foobar.com/1234.html",
    72          "publisher": {
    73            "id": "1"
    74          },
    75          "ext": {
    76            "data": "fpdGlobalSiteData"
    77          }
    78        },
    79        "user": {
    80          "id": "apnUserId"
    81        }
    82      },
    83      "telaria": {
    84        "user": {
    85          "id": "reqUserId",
    86          "keywords": "telariaUserKeywords"
    87        }
    88      }
    89    },
    90    "validationErrors": []
    91  }