github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/resolvefpd/global-and-bidder-site-content-data.json (about) 1 { 2 "description": "Global FPD defined for site, app, and user and bidder FPD defined for site. 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 }, 11 "device": { 12 "ua": "testDevice", 13 "ip": "123.145.167.10", 14 "devicetype": 1, 15 "ifa": "123" 16 }, 17 "user": { 18 "id": "reqUserID", 19 "yob": 1982, 20 "gender": "M" 21 } 22 }, 23 "biddersWithGlobalFPD": [ 24 "appnexus" 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 "appnexus": { 69 "site": { 70 "id": "apnSiteId", 71 "page": "http://www.foobar.com/1234.html", 72 "ref": "fpdRef", 73 "publisher": { 74 "id": "1" 75 }, 76 "content": { 77 "data": [ 78 { 79 "id": "siteData1", 80 "name": "siteName1" 81 }, 82 { 83 "id": "siteData2", 84 "name": "siteName2" 85 } 86 ] 87 }, 88 "ext": { 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 }