github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/resolvefpd/global-fpd-only-site.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 "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 }, 54 "globalFPD": { 55 "site": { 56 "siteFpd": 123 57 }, 58 "app": { 59 "appFpd": { 60 "testValue": true 61 } 62 }, 63 "user": { 64 "testUserFpd": "testuser" 65 }, 66 "siteContentData": [ 67 { 68 "id": "siteData1", 69 "name": "siteName1" 70 }, 71 { 72 "id": "siteData2", 73 "name": "siteName2" 74 } 75 ] 76 }, 77 "outputRequestData": { 78 "appnexus": { 79 "site": { 80 "id": "apnSiteId", 81 "page": "http://www.foobar.com/1234.html", 82 "ref": "fpdRef", 83 "publisher": { 84 "id": "1" 85 }, 86 "content": { 87 "episode": 6, 88 "title": "episodeName", 89 "series": "TvName", 90 "season": "season3", 91 "len": 900, 92 "data": [ 93 { 94 "id": "siteData1", 95 "name": "siteName1" 96 }, 97 { 98 "id": "siteData2", 99 "name": "siteName2" 100 } 101 ] 102 }, 103 "ext": { 104 "testSiteExt": 123, 105 "data": { 106 "moreFpd": { 107 "fpd": 123 108 }, 109 "morefpdData": "morefpddata", 110 "siteFpd": 123, 111 "siteFpddata": "siteFpddata" 112 } 113 } 114 }, 115 "device": { 116 "ua": "testDevice", 117 "ip": "123.145.167.10", 118 "devicetype": 1, 119 "ifa": "123" 120 }, 121 "user": { 122 "id": "reqUserID", 123 "yob": 1982, 124 "gender": "M", 125 "ext": { 126 "data": { 127 "testUserFpd": "testuser" 128 } 129 } 130 } 131 } 132 } 133 }