github.com/prebid/prebid-server/v2@v2.18.0/adapters/ix/ixtest/exemplary/fledge.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 }, 17 { 18 "w": 600, 19 "h": 800 20 } 21 ] 22 }, 23 "ext": { 24 "bidder": { 25 "siteId": "569749" 26 }, 27 "ae": 1 28 } 29 } 30 ], 31 "site": { 32 "page": "https://www.example.com/" 33 } 34 }, 35 "httpCalls": [ 36 { 37 "expectedRequest": { 38 "uri": "http://host/endpoint", 39 "body": { 40 "id": "test-request-id", 41 "imp": [ 42 { 43 "id": "test-imp-id", 44 "banner": { 45 "format": [ 46 { 47 "w": 300, 48 "h": 250 49 }, 50 { 51 "w": 300, 52 "h": 600 53 }, 54 { 55 "w": 600, 56 "h": 800 57 } 58 ] 59 }, 60 "ext": { 61 "bidder": { 62 "siteId": "569749" 63 }, 64 "ae": 1 65 } 66 } 67 ], 68 "site": { 69 "page": "https://www.example.com/", 70 "publisher": { 71 "id": "569749" 72 } 73 } 74 }, 75 "impIDs":["test-imp-id"] 76 }, 77 "mockResponse": { 78 "status": 200, 79 "body": { 80 "id": "test-request-id", 81 "seatbid": [ 82 { 83 "seat": "958", 84 "bid": [ 85 { 86 "id": "7706636740145184841", 87 "impid": "test-imp-id", 88 "price": 0.5, 89 "adid": "29681110", 90 "adm": "some-test-ad", 91 "adomain": [ 92 "https://advertiser.example.com" 93 ], 94 "cid": "958", 95 "crid": "29681110", 96 "h": 250, 97 "w": 300, 98 "ext": { 99 "ix": {} 100 } 101 } 102 ] 103 } 104 ], 105 "bidid": "5778926625248726496", 106 "cur": "USD", 107 "ext": { 108 "protectedAudienceAuctionConfigs": [{ 109 "bidId": "test-imp-id", 110 "config": { 111 "seller": "https://seller.com", 112 "decisionLogicUrl": "https://ssp.com/decision-logic.js", 113 "interestGroupBuyers": [ 114 "https://buyer.com" 115 ], 116 "sellerSignals": { 117 "callbackURL": "https://callbackurl.com" 118 }, 119 "perBuyerSignals": { 120 "https://buyer.com": [] 121 } 122 } 123 }] 124 } 125 } 126 } 127 } 128 ], 129 "expectedBidResponses": [ 130 { 131 "currency": "USD", 132 "bids": [ 133 { 134 "bid": { 135 "id": "7706636740145184841", 136 "impid": "test-imp-id", 137 "price": 0.5, 138 "adm": "some-test-ad", 139 "adid": "29681110", 140 "adomain": [ 141 "https://advertiser.example.com" 142 ], 143 "cid": "958", 144 "crid": "29681110", 145 "w": 300, 146 "h": 250, 147 "ext": { 148 "ix": {} 149 } 150 }, 151 "type": "banner" 152 } 153 ], 154 "fledgeauctionconfigs": [{ 155 "impid": "test-imp-id", 156 "config": { 157 "seller": "https://seller.com", 158 "decisionLogicUrl": "https://ssp.com/decision-logic.js", 159 "interestGroupBuyers": [ 160 "https://buyer.com" 161 ], 162 "sellerSignals": { 163 "callbackURL": "https://callbackurl.com" 164 }, 165 "perBuyerSignals": { 166 "https://buyer.com": [] 167 } 168 } 169 }] 170 } 171 ] 172 }