github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/global-fpd-empty-app-content-data.json (about) 1 { 2 "description": "req.app.content.data defined; req.ext.prebid.data.bidders is empty; expect req.app.content.data to not be included in any of the resolved bidder FPD and extracted from the original request", 3 "inputRequestData": { 4 "id": "bid_id", 5 "app": { 6 "id": "reqAppId", 7 "domain": "http://www.foobar.com/1234.html", 8 "name": "reqAppName", 9 "cat": [ 10 "electronics", 11 "phone" 12 ], 13 "content": { 14 "len": 900, 15 "title": "reqContentTitle", 16 "season": "reqContentSeason", 17 "data": [ 18 { 19 "id": "reqContentDataId1", 20 "name": "reqContentDataName1" 21 }, 22 { 23 "id": "reqContentDataId2", 24 "name": "reqContentDataName2" 25 } 26 ] 27 } 28 }, 29 "test": 1, 30 "ext": { 31 "prebid": { 32 "data": { 33 "bidders": [] 34 } 35 } 36 } 37 }, 38 "outputRequestData": { 39 "id": "bid_id", 40 "app": { 41 "id": "reqAppId", 42 "domain": "http://www.foobar.com/1234.html", 43 "name": "reqAppName", 44 "cat": [ 45 "electronics", 46 "phone" 47 ], 48 "content": { 49 "len": 900, 50 "title": "reqContentTitle", 51 "season": "reqContentSeason" 52 } 53 }, 54 "test": 1 55 }, 56 "biddersFPDResolved": {}, 57 "validationErrors": [] 58 }