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