github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/resolvefpd/site-page-empty-conflict.json (about)

     1  {
     2    "description": "Incorrect bidder specific FPD: site has no id and attempts to overwrite page to empty",
     3    "inputRequestData": {
     4      "site": {
     5        "page": "http://www.foobar.com/1234.html",
     6        "publisher": {
     7          "id": "1"
     8        }
     9      },
    10      "device": {
    11        "ua": "testDevice",
    12        "ip": "123.145.167.10",
    13        "devicetype": 1,
    14        "ifa": "123"
    15      },
    16      "user": {
    17        "id": "reqUserID",
    18        "yob": 1982,
    19        "gender": "M"
    20      }
    21    },
    22    "biddersWithGlobalFPD": [
    23      "appnexus"
    24    ],
    25    "bidderConfigFPD": {
    26      "appnexus": {
    27        "site": {
    28          "page": "",
    29          "ext": {
    30            "data": {
    31              "morefpdData": "morefpddata",
    32              "siteFpddata": "siteFpddata",
    33              "moreFpd": {
    34                "fpd": 123
    35              }
    36            }
    37          }
    38        }
    39      }
    40    },
    41    "outputRequestData": {},
    42    "validationErrors": [
    43      {
    44        "Message": "incorrect First Party Data for bidder appnexus: Site object cannot set empty page if req.site.id is empty"
    45      }
    46    ]
    47  }