github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/global-fpd-not-defined-site.json (about) 1 { 2 "description": "req.site.ext.data is present but req.ext.prebid is not defined; expect req.site.ext.data remains the same and no FPD data for bidders", 3 "inputRequestData": { 4 "id": "bid_id", 5 "site": { 6 "id": "reqSiteId", 7 "page": "http://www.foobar.com/1234.html", 8 "publisher": { 9 "id": "1" 10 }, 11 "ext": { 12 "amp": 1, 13 "data": { 14 "somesitefpd": "sitefpdDataTest" 15 } 16 } 17 }, 18 "test": 1 19 }, 20 "outputRequestData": { 21 "id": "bid_id", 22 "site": { 23 "id": "reqSiteId", 24 "page": "http://www.foobar.com/1234.html", 25 "publisher": { 26 "id": "1" 27 }, 28 "ext": { 29 "amp":1, 30 "data": { 31 "somesitefpd": "sitefpdDataTest" 32 } 33 } 34 }, 35 "test": 1 36 }, 37 "biddersFPDResolved": {}, 38 "validationErrors": [] 39 }