github.com/prebid/prebid-server@v0.275.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 "bidderConfigFPD": { 23 "appnexus": { 24 "site": { 25 "page": "", 26 "ext": { 27 "data": { 28 "morefpdData": "morefpddata", 29 "siteFpddata": "siteFpddata", 30 "moreFpd": { 31 "fpd": 123 32 } 33 } 34 } 35 } 36 } 37 }, 38 "outputRequestData": {}, 39 "validationErrors": [ 40 { 41 "Message": "incorrect First Party Data for bidder appnexus: Site object cannot set empty page if req.site.id is empty" 42 } 43 ] 44 } 45