github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/fledge-with-bids.json (about) 1 { 2 "description": "FLEDGE request/response with additional contextual bids exist", 3 "fledge_enabled": true, 4 "debuglog": { 5 "enabled": false, 6 "debug_override": false, 7 "debug_enabled_or_overridden": false 8 }, 9 "incomingRequest": { 10 "ortbRequest": { 11 "id": "some-request-id", 12 "site": { 13 "page": "test.somepage.com" 14 }, 15 "imp": [ 16 { 17 "id": "my-imp-id", 18 "banner": { 19 "format": [{"w": 728, "h": 90}] 20 }, 21 "ext": { 22 "ae": 1, 23 "prebid": { 24 "bidder": { 25 "openx": { 26 "unit": "539439964", 27 "delDomain": "se-demo-d.openx.net" 28 } 29 } 30 } 31 } 32 } 33 ] 34 } 35 }, 36 "outgoingRequests": { 37 "openx": { 38 "expectRequest": { 39 "ortbRequest": { 40 "id": "some-request-id", 41 "site": { 42 "page": "test.somepage.com" 43 }, 44 "imp": [{ 45 "id": "my-imp-id", 46 "banner": { 47 "format": [{"w": 728, "h": 90}] 48 }, 49 "ext": { 50 "ae": 1, 51 "bidder": { 52 "unit": "539439964", 53 "delDomain": "se-demo-d.openx.net" 54 } 55 } 56 }] 57 } 58 }, 59 "mockResponse": { 60 "pbsSeatBids": [ 61 { 62 "pbsBids": [ 63 { 64 "ortbBid": { 65 "id": "apn-bid", 66 "impid": "my-imp-id", 67 "price": 0.3, 68 "w": 200, 69 "h": 250, 70 "crid": "creative-1", 71 "ext": { 72 "origbidcpm": 0.3, 73 "someField": "someValue" 74 } 75 }, 76 "bidType": "video" 77 } 78 ], 79 "seat": "openx", 80 "fledgeAuctionConfigs": [ 81 { 82 "impid": "test-request-id", 83 "bidder": "openx", 84 "config": { 85 "seller": "openx.com", 86 "interestGroupBuyers": ["buyer1.com"], 87 "sellerTimeout": 0, 88 "perBuyerSignals": { 89 "buyer1.com": [1,"two",3,4, {}] 90 } 91 } 92 } 93 ] 94 } 95 ] 96 } 97 } 98 }, 99 "response": { 100 "bids": { 101 "id": "some-request-id", 102 "seatbid": [ 103 { 104 "seat": "openx", 105 "bid": [ 106 { 107 "id": "apn-bid", 108 "impid": "my-imp-id", 109 "price": 0.3, 110 "w": 200, 111 "h": 250, 112 "crid": "creative-1", 113 "ext": { 114 "origbidcpm": 0.3, 115 "someField": "someValue", 116 "prebid": { 117 "meta": { 118 }, 119 "type": "video" 120 } 121 } 122 } 123 ] 124 } 125 ] 126 }, 127 "ext": { 128 "prebid": { 129 "fledge": { 130 "auctionconfigs": [ 131 { 132 "impid": "test-request-id", 133 "adapter":"openx", 134 "bidder": "openx", 135 "config": { 136 "seller": "openx.com", 137 "interestGroupBuyers": ["buyer1.com"], 138 "sellerTimeout": 0, 139 "perBuyerSignals": { 140 "buyer1.com": [1,"two",3,4, {}] 141 } 142 } 143 } 144 ] 145 } 146 }, 147 "warnings": { 148 "general": [ 149 { 150 "code": 10002, 151 "message": "debug turned off for account" 152 } 153 ] 154 } 155 } 156 } 157 }