github.com/prebid/prebid-server@v0.275.0/firstpartydata/tests/resolvefpd/global-and-bidder-fpd-user.json (about) 1 { 2 "description": "Global and bidder FPD defined for user", 3 "inputRequestData": { 4 "user": { 5 "id": "reqUserID", 6 "yob": 1982, 7 "gender": "M" 8 } 9 }, 10 "bidderConfigFPD": { 11 "appnexus": { 12 "user": { 13 "id": "apnUserId", 14 "yob": 1982, 15 "ext": { 16 "data": { 17 "morefpdData": "morefpddata", 18 "userFpddata": "siteFpddata", 19 "moreFpd": { 20 "fpd": 123 21 } 22 } 23 } 24 } 25 } 26 }, 27 "globalFPD": { 28 "user": { 29 "testUserFpd": "testuser" 30 } 31 }, 32 "outputRequestData": { 33 "user": { 34 "id": "apnUserId", 35 "yob": 1982, 36 "gender": "M", 37 "ext": { 38 "data": { 39 "testUserFpd": "testuser", 40 "morefpdData": "morefpddata", 41 "userFpddata": "siteFpddata", 42 "moreFpd": { 43 "fpd": 123 44 } 45 } 46 } 47 } 48 } 49 } 50