github.com/prebid/prebid-server@v0.275.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    "bidderConfigFPD": {
    24      "appnexus": {
    25        "app": {
    26          "page": "",
    27          "ext": {
    28            "data": {
    29              "morefpdData": "morefpddata",
    30              "siteFpddata": "siteFpddata",
    31              "moreFpd": {
    32                "fpd": 123
    33              }
    34            }
    35          }
    36        }
    37      }
    38    },
    39    "outputRequestData": {},
    40    "validationErrors": [
    41      {
    42        "Message": "incorrect First Party Data for bidder appnexus: App object is not defined in request, but defined in FPD config"
    43      }
    44    ]
    45  }
    46