github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/global-fpd-defined-site-content-data.json (about) 1 { 2 "description": "req.site.content.data defined; req.ext.prebid.data.bidders contains appnexus; expect req.site.content.data to be included in the appnexus resolved FPD but extracted from the original request", 3 "inputRequestData": { 4 "id": "bid_id", 5 "site": { 6 "id": "reqSiteId", 7 "page": "http://www.foobar.com/1234.html", 8 "name": "reqSiteName", 9 "cat": [ 10 "electronics", 11 "phone" 12 ], 13 "publisher": { 14 "id": "1" 15 }, 16 "content": { 17 "len": 900, 18 "title": "reqContentTitle", 19 "season": "reqContentSeason", 20 "data": [ 21 { 22 "id": "reqContentDataId1", 23 "name": "reqContentDataName1" 24 }, 25 { 26 "id": "reqContentDataId2", 27 "name": "reqContentDataName2" 28 } 29 ] 30 } 31 }, 32 "test": 1, 33 "ext": { 34 "prebid": { 35 "data": { 36 "bidders": [ 37 "appnexus" 38 ] 39 } 40 } 41 } 42 }, 43 "outputRequestData": { 44 "id": "bid_id", 45 "site": { 46 "id": "reqSiteId", 47 "page": "http://www.foobar.com/1234.html", 48 "name": "reqSiteName", 49 "cat": [ 50 "electronics", 51 "phone" 52 ], 53 "publisher": { 54 "id": "1" 55 }, 56 "content": { 57 "len": 900, 58 "title": "reqContentTitle", 59 "season": "reqContentSeason" 60 } 61 }, 62 "test": 1 63 }, 64 "biddersFPDResolved": { 65 "appnexus": { 66 "site": { 67 "id": "reqSiteId", 68 "page": "http://www.foobar.com/1234.html", 69 "name": "reqSiteName", 70 "cat": [ 71 "electronics", 72 "phone" 73 ], 74 "publisher": { 75 "id": "1" 76 }, 77 "content": { 78 "len": 900, 79 "title": "reqContentTitle", 80 "season": "reqContentSeason", 81 "data": [ 82 { 83 "id": "reqContentDataId1", 84 "name": "reqContentDataName1" 85 }, 86 { 87 "id": "reqContentDataId2", 88 "name": "reqContentDataName2" 89 } 90 ] 91 } 92 } 93 } 94 }, 95 "validationErrors": [] 96 }