github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/firstpartydata-multibidder-config-valid.json (about) 1 { 2 "requestType": "openrtb2-web", 3 "incomingRequest": { 4 "ortbRequest": { 5 "id": "some-request-id", 6 "site": { 7 "page": "test.somepage.com" 8 }, 9 "imp": [ 10 { 11 "id": "some-imp-id", 12 "banner": { 13 "format": [ 14 { 15 "w": 600, 16 "h": 500 17 }, 18 { 19 "w": 300, 20 "h": 600 21 } 22 ] 23 }, 24 "ext": { 25 "prebid": { 26 "bidder": { 27 "appnexus": { 28 "placementId": 1 29 }, 30 "rubicon": { 31 "accountId": 1, 32 "siteId": 2, 33 "zoneId": 3 34 } 35 } 36 } 37 } 38 } 39 ], 40 "ext": { 41 "prebid": { 42 "data": { 43 "bidders": [ 44 "appnexus", 45 "rubicon" 46 ] 47 }, 48 "bidderconfig": [ 49 { 50 "bidders": [ 51 "appnexus" 52 ], 53 "config": { 54 "ortb2": { 55 "site": { 56 "domain": "fpd_appnexus_site_domain", 57 "page": "fpd_appnexus_site_page" 58 } 59 } 60 } 61 }, 62 { 63 "bidders": [ 64 "rubicon" 65 ], 66 "config": { 67 "ortb2": { 68 "site": { 69 "domain": "fpd_rubicon_site_domain", 70 "page": "fpd_rubicon_site_page" 71 } 72 } 73 } 74 } 75 ] 76 } 77 } 78 } 79 }, 80 "outgoingRequests": { 81 "appnexus": { 82 "expectRequest": { 83 "ortbRequest": { 84 "id": "some-request-id", 85 "imp": [ 86 { 87 "id": "some-imp-id", 88 "banner": { 89 "format": [ 90 { 91 "w": 600, 92 "h": 500 93 }, 94 { 95 "w": 300, 96 "h": 600 97 } 98 ] 99 }, 100 "ext": { 101 "bidder": { 102 "placementId": 1 103 } 104 } 105 } 106 ], 107 "site": { 108 "domain": "fpd_appnexus_site_domain", 109 "page": "fpd_appnexus_site_page" 110 } 111 } 112 } 113 }, 114 "rubicon": { 115 "expectRequest": { 116 "ortbRequest": { 117 "id": "some-request-id", 118 "imp": [ 119 { 120 "id": "some-imp-id", 121 "banner": { 122 "format": [ 123 { 124 "w": 600, 125 "h": 500 126 }, 127 { 128 "w": 300, 129 "h": 600 130 } 131 ] 132 }, 133 "ext": { 134 "bidder": { 135 "accountId": 1, 136 "siteId": 2, 137 "zoneId": 3 138 } 139 } 140 } 141 ], 142 "site": { 143 "domain": "fpd_rubicon_site_domain", 144 "page": "fpd_rubicon_site_page" 145 } 146 } 147 } 148 } 149 } 150 }