github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/two-bidders-global-and-non-global-app-content-data.json (about) 1 { 2 "description": "req.app.content.data defined; bidder config defined for appnexus and telaria but only appnexus listed in req.ext.prebid.data.bidders; expect all FPD data to be included only in appnexus resolved FPD and extracted from the original request", 3 "inputRequestData": { 4 "id": "bid_id", 5 "app": { 6 "id": "reqAppId", 7 "page": "http://www.foobar.com/1234.html", 8 "name": "reqAppName", 9 "cat": [ 10 "electronics", 11 "phone" 12 ], 13 "publisher": { 14 "id": "1" 15 }, 16 "content": { 17 "len": 900, 18 "title": "reqContentTitle", 19 "season": "reqContentSeason", 20 "data": [ 21 { 22 "id": "reqContentDataId1", 23 "name": "reqContentDataName1" 24 }, 25 { 26 "id": "reqContentDataId2", 27 "name": "reqContentDataName2" 28 } 29 ] 30 } 31 }, 32 "user": { 33 "id": "reqUserId", 34 "keywords": "reqUserKeyword" 35 }, 36 "test": 1, 37 "ext": { 38 "prebid": { 39 "data": { 40 "bidders": [ 41 "appnexus" 42 ] 43 }, 44 "bidderconfig": [ 45 { 46 "bidders": [ 47 "appnexus" 48 ], 49 "config": { 50 "ortb2": { 51 "app": { 52 "id": "apnFpdAppId", 53 "name": "apnFpdAppIdAppName", 54 "cat": [ 55 "books", 56 "news" 57 ], 58 "publisher": { 59 "id": "1" 60 }, 61 "content": { 62 "len": 900, 63 "title": "apnFpdAppIdContentTitle", 64 "season": "apnFpdAppIdContentSeason", 65 "data": [ 66 { 67 "id": "apnFpdAppIdContentDataId1", 68 "name": "apnFpdAppIdContentDataName1" 69 }, 70 { 71 "id": "apnFpdAppIdContentDataId2", 72 "name": "apnFpdAppIdContentDataName2" 73 } 74 ] 75 } 76 }, 77 "user": { 78 "id": "apnUserId", 79 "keywords": "apnFpdUserKeyword" 80 } 81 } 82 } 83 }, 84 { 85 "bidders": [ 86 "telaria" 87 ], 88 "config": { 89 "ortb2": { 90 "user": { 91 "keywords": "telariaFpdUserKeywords" 92 } 93 } 94 } 95 } 96 ] 97 } 98 } 99 }, 100 "outputRequestData": { 101 "id": "bid_id", 102 "app": { 103 "id": "reqAppId", 104 "page": "http://www.foobar.com/1234.html", 105 "name": "reqAppName", 106 "cat": [ 107 "electronics", 108 "phone" 109 ], 110 "publisher": { 111 "id": "1" 112 }, 113 "content": { 114 "len": 900, 115 "title": "reqContentTitle", 116 "season": "reqContentSeason" 117 } 118 }, 119 "test": 1 120 }, 121 "biddersFPDResolved": { 122 "appnexus": { 123 "app": { 124 "id": "apnFpdAppId", 125 "name": "apnFpdAppIdAppName", 126 "cat": [ 127 "books", 128 "news" 129 ], 130 "publisher": { 131 "id": "1" 132 }, 133 "content": { 134 "len": 900, 135 "title": "apnFpdAppIdContentTitle", 136 "season": "apnFpdAppIdContentSeason", 137 "data": [ 138 { 139 "id": "apnFpdAppIdContentDataId1", 140 "name": "apnFpdAppIdContentDataName1" 141 }, 142 { 143 "id": "apnFpdAppIdContentDataId2", 144 "name": "apnFpdAppIdContentDataName2" 145 } 146 ] 147 } 148 }, 149 "user": { 150 "id": "apnUserId", 151 "keywords": "apnFpdUserKeyword" 152 } 153 } 154 }, 155 "validationErrors": [] 156 }