github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/resolvefpd/req-app-not-defined.json (about)

     1  {
     2    "description": "Incorrect bidder specific FPD: app not defined in request",
     3    "inputRequestData": {
     4      "site": {
     5        "page": "http://www.foobar.com/1234.html",
     6        "publisher": {
     7          "id": "1"
     8        },
     9        "content": {
    10          "episode": 6,
    11          "title": "episodeName",
    12          "series": "TvName",
    13          "season": "season3",
    14          "len": 900
    15        }
    16      },
    17      "user": {
    18        "id": "reqUserID",
    19        "yob": 1982,
    20        "gender": "M"
    21      }
    22    },
    23    "biddersWithGlobalFPD": [
    24      "appnexus"
    25    ],
    26    "bidderConfigFPD": {
    27      "appnexus": {
    28        "app": {
    29          "page": "",
    30          "ext": {
    31            "data": {
    32              "morefpdData": "morefpddata",
    33              "siteFpddata": "siteFpddata",
    34              "moreFpd": {
    35                "fpd": 123
    36              }
    37            }
    38          }
    39        }
    40      }
    41    },
    42    "outputRequestData": {},
    43    "validationErrors": [
    44      {
    45        "Message": "incorrect First Party Data for bidder appnexus: App object is not defined in request, but defined in FPD config"
    46      }
    47    ]
    48  }