github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/resolvefpd/bidder-fpd-site-content-data-only.json (about) 1 { 2 "description": "Global and bidder FPD defined for site. Bidder FPD has site.content.data", 3 "inputRequestData": { 4 "site": { 5 "id": "reqSiteId", 6 "name": "reqSiteName", 7 "domain": "reqSiteDomain", 8 "cat": [ 9 "books", 10 "novels" 11 ], 12 "search": "book search", 13 "publisher": { 14 "id": "1" 15 }, 16 "content": { 17 "episode": 6, 18 "title": "episodeName", 19 "series": "TvName", 20 "season": "season3", 21 "len": 900 22 } 23 }, 24 "device": { 25 "ua": "testDevice", 26 "ip": "123.145.167.10", 27 "devicetype": 1, 28 "ifa": "123" 29 } 30 }, 31 "biddersWithGlobalFPD": [ 32 "appnexus" 33 ], 34 "bidderConfigFPD": { 35 "appnexus": { 36 "site": { 37 "id": "apnSiteId", 38 "name": "apnSiteName", 39 "domain": "apnSiteDomain", 40 "page": "http://www.foobar.com/1234.html", 41 "content": { 42 "episode": 7, 43 "title": "apnEpisodeName", 44 "len": 600, 45 "data": [ 46 { 47 "id": "siteData3", 48 "name": "siteName3" 49 } 50 ] 51 }, 52 "ext": { 53 "data": { 54 "other": "data" 55 } 56 } 57 } 58 } 59 }, 60 "globalFPD": { 61 "site": { 62 "testSiteFpd": "testSite" 63 } 64 }, 65 "outputRequestData": { 66 "appnexus": { 67 "site": { 68 "id": "apnSiteId", 69 "name": "apnSiteName", 70 "domain": "apnSiteDomain", 71 "page": "http://www.foobar.com/1234.html", 72 "cat": [ 73 "books", 74 "novels" 75 ], 76 "search": "book search", 77 "publisher": { 78 "id": "1" 79 }, 80 "content": { 81 "episode": 7, 82 "title": "apnEpisodeName", 83 "series": "TvName", 84 "season": "season3", 85 "len": 600, 86 "data": [ 87 { 88 "id": "siteData3", 89 "name": "siteName3" 90 } 91 ] 92 }, 93 "ext": { 94 "data": { 95 "other": "data", 96 "testSiteFpd": "testSite" 97 } 98 } 99 }, 100 "device": { 101 "ua": "testDevice", 102 "ip": "123.145.167.10", 103 "devicetype": 1, 104 "ifa": "123" 105 } 106 } 107 } 108 }