github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/global-fpd-not-defined-site-content-data.json (about)

     1  {
     2    "description": "req.site.content.data is present but req.ext.prebid is not defined; expect req.site.content.data remains the same and no FPD data for bidders",
     3    "inputRequestData": {
     4      "id": "bid_id",
     5      "site": {
     6        "id": "reqSiteId",
     7        "page": "http://www.foobar.com/1234.html",
     8        "name": "reqSiteName",
     9        "cat": [
    10          "electronics",
    11          "phone"
    12        ],
    13        "publisher": {
    14          "id": "1"
    15        },
    16        "content": {
    17          "len": 900,
    18          "title": "reqContentTitle",
    19          "season": "reqContentSeason",
    20          "data": [
    21            {
    22              "id": "reqContentDataId1",
    23              "name": "reqContentDataName1"
    24            },
    25            {
    26              "id": "reqContentDataId2",
    27              "name": "reqContentDataName2"
    28            }
    29          ]
    30        }
    31      },
    32      "test": 1
    33    },
    34    "outputRequestData": {
    35      "id": "bid_id",
    36      "site": {
    37        "id": "reqSiteId",
    38        "page": "http://www.foobar.com/1234.html",
    39        "name": "reqSiteName",
    40        "cat": [
    41          "electronics",
    42          "phone"
    43        ],
    44        "publisher": {
    45          "id": "1"
    46        },
    47        "content": {
    48          "len": 900,
    49          "title": "reqContentTitle",
    50          "season": "reqContentSeason",
    51          "data": [
    52            {
    53              "id": "reqContentDataId1",
    54              "name": "reqContentDataName1"
    55            },
    56            {
    57              "id": "reqContentDataId2",
    58              "name": "reqContentDataName2"
    59            }
    60          ]
    61        }
    62      },
    63      "test": 1
    64    },
    65    "biddersFPDResolved": {},
    66    "validationErrors": []
    67  }