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

     1  {
     2    "description": "req.app.content.data defined; req.ext.prebid.data.bidders contains appnexus; expect req.app.content to be in the resolved FPD for appnexus but extracted from the original request",
     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      "ext": {
    31        "prebid": {
    32          "data": {
    33            "bidders": [
    34              "appnexus"
    35            ]
    36          }
    37        }
    38      }
    39    },
    40    "outputRequestData": {
    41      "id": "bid_id",
    42      "app": {
    43        "id": "reqAppId",
    44        "domain": "http://www.foobar.com/1234.html",
    45        "name": "reqAppName",
    46        "cat": [
    47          "electronics",
    48          "phone"
    49        ],
    50        "content": {
    51          "len": 900,
    52          "title": "reqContentTitle",
    53          "season": "reqContentSeason"
    54        }
    55      },
    56      "test": 1
    57    },
    58    "biddersFPDResolved": {
    59      "appnexus": {
    60        "app": {
    61          "id": "reqAppId",
    62          "domain": "http://www.foobar.com/1234.html",
    63          "name": "reqAppName",
    64          "cat": [
    65            "electronics",
    66            "phone"
    67          ],
    68          "content": {
    69            "len": 900,
    70            "title": "reqContentTitle",
    71            "season": "reqContentSeason",
    72            "data": [
    73              {
    74                "id": "reqContentDataId1",
    75                "name": "reqContentDataName1"
    76              },
    77              {
    78                "id": "reqContentDataId2",
    79                "name": "reqContentDataName2"
    80              }
    81            ]
    82          }
    83        }
    84      }
    85    },
    86    "validationErrors": []
    87  }