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

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