github.com/prebid/prebid-server@v0.275.0/firstpartydata/tests/resolvefpd/global-and-no-bidder-fpd-site-content-app-user.json (about) 1 { 2 "description": "Global and bidder FPD defined for site and user. Global FPD has site.content.data", 3 "inputRequestData": { 4 "site": { 5 "id": "reqSiteId", 6 "page": "http://www.foobar.com/1234.html", 7 "publisher": { 8 "id": "1" 9 }, 10 "ext": { 11 "testSiteExt": 123 12 } 13 }, 14 "device": { 15 "ua": "testDevice", 16 "ip": "123.145.167.10", 17 "devicetype": 1, 18 "ifa": "123" 19 }, 20 "user": { 21 "id": "reqUserID", 22 "yob": 1982, 23 "gender": "M" 24 } 25 }, 26 "bidderConfigFPD": { 27 "appnexus": { 28 "site": { 29 "id": "apnSiteId", 30 "page": "http://www.foobar.com/1234.html", 31 "ref": "fpdRef", 32 "ext": { 33 "data": { 34 "morefpdData": "morefpddata", 35 "siteFpddata": "siteFpddata", 36 "moreFpd": { 37 "fpd": 123 38 } 39 } 40 } 41 } 42 } 43 }, 44 "globalFPD": { 45 "site": { 46 "siteFpd": 123 47 }, 48 "app": { 49 "appFpd": { 50 "testValue": true 51 } 52 }, 53 "user": { 54 "testUserFpd": "testuser" 55 }, 56 "siteContentData": [ 57 { 58 "id": "siteData1", 59 "name": "siteName1" 60 }, 61 { 62 "id": "siteData2", 63 "name": "siteName2" 64 } 65 ] 66 }, 67 "outputRequestData": { 68 "site": { 69 "id": "apnSiteId", 70 "page": "http://www.foobar.com/1234.html", 71 "ref": "fpdRef", 72 "publisher": { 73 "id": "1" 74 }, 75 "content": { 76 "data": [ 77 { 78 "id": "siteData1", 79 "name": "siteName1" 80 }, 81 { 82 "id": "siteData2", 83 "name": "siteName2" 84 } 85 ] 86 }, 87 "ext": { 88 "testSiteExt": 123, 89 "data": { 90 "moreFpd": { 91 "fpd": 123 92 }, 93 "morefpdData": "morefpddata", 94 "siteFpd": 123, 95 "siteFpddata": "siteFpddata" 96 } 97 } 98 }, 99 "device": { 100 "ua": "testDevice", 101 "ip": "123.145.167.10", 102 "devicetype": 1, 103 "ifa": "123" 104 }, 105 "user": { 106 "id": "reqUserID", 107 "yob": 1982, 108 "gender": "M", 109 "ext": { 110 "data": { 111 "testUserFpd": "testuser" 112 } 113 } 114 } 115 } 116 } 117