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

     1  {
     2    "description": "req.site.content.data defined; req.ext.prebid.data.bidders is empty; expect req.site.content.data not to be included in the resolved FPD for any bidders and to have been extracted from the original request",
     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      "ext": {
    34        "prebid": {
    35          "data": {
    36            "bidders": []
    37          }
    38        }
    39      }
    40    },
    41    "outputRequestData": {
    42      "id": "bid_id",
    43      "site": {
    44        "id": "reqSiteId",
    45        "page": "http://www.foobar.com/1234.html",
    46        "name": "reqSiteName",
    47        "cat": [
    48          "electronics",
    49          "phone"
    50        ],
    51        "publisher": {
    52          "id": "1"
    53        },
    54        "content": {
    55          "len": 900,
    56          "title": "reqContentTitle",
    57          "season": "reqContentSeason"
    58        }
    59      },
    60      "test": 1
    61    },
    62    "biddersFPDResolved": {},
    63    "validationErrors": []
    64  }