github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/events-vast-account-off-request-off.json (about) 1 { 2 "events_enabled": false, 3 "start_time_ms": 1234567890, 4 "incomingRequest": { 5 "ortbRequest": { 6 "id": "some-request-id", 7 "app": { 8 "id": "some-app" 9 }, 10 "imp": [ 11 { 12 "id": "my-imp-id", 13 "video": {}, 14 "ext": { 15 "prebid": { 16 "bidder": { 17 "appnexus": { 18 "placementId": 1 19 }, 20 "audienceNetwork": { 21 "placementId": 1 22 } 23 } 24 } 25 } 26 } 27 ], 28 "ext": { 29 "prebid": { 30 "targeting": { 31 "includewinners": true, 32 "includebidderkeys": false, 33 "pricegranularity": { 34 "precision": 2, 35 "ranges": [ 36 { 37 "min": 0, 38 "max": 20, 39 "increment": 0.1 40 } 41 ] 42 } 43 } 44 } 45 } 46 } 47 }, 48 "outgoingRequests": { 49 "appnexus": { 50 "modifyingVastXmlAllowed": true, 51 "mockResponse": { 52 "pbsSeatBids": [ 53 { 54 "pbsBids": [ 55 { 56 "ortbBid": { 57 "id": "winning-bid", 58 "nurl": "http://domain.com/winning-bid", 59 "impid": "my-imp-id", 60 "price": 0.71, 61 "w": 200, 62 "h": 250, 63 "crid": "creative-1" 64 }, 65 "bidType": "video" 66 }, 67 { 68 "ortbBid": { 69 "id": "losing-bid", 70 "nurl": "http://domain.com/losing-bid", 71 "impid": "my-imp-id", 72 "price": 0.21, 73 "w": 200, 74 "h": 250, 75 "crid": "creative-2" 76 }, 77 "bidType": "video" 78 } 79 ], 80 "seat": "appnexus" 81 } 82 ] 83 } 84 }, 85 "audienceNetwork": { 86 "modifyingVastXmlAllowed": false, 87 "mockResponse": { 88 "pbsSeatBids": [ 89 { 90 "pbsBids": [ 91 { 92 "ortbBid": { 93 "id": "contending-bid", 94 "nurl": "http://domain.com/contending-bid", 95 "impid": "my-imp-id", 96 "price": 0.51, 97 "w": 200, 98 "h": 250, 99 "crid": "creative-4" 100 }, 101 "bidType": "video" 102 } 103 ], 104 "seat": "audienceNetwork" 105 } 106 ] 107 } 108 } 109 }, 110 "response": { 111 "bids": { 112 "id": "some-request-id", 113 "seatbid": [ 114 { 115 "seat": "audienceNetwork", 116 "bid": [ 117 { 118 "id": "contending-bid", 119 "nurl": "http://domain.com/contending-bid", 120 "impid": "my-imp-id", 121 "price": 0.51, 122 "w": 200, 123 "h": 250, 124 "crid": "creative-4", 125 "ext": { 126 "origbidcpm": 0.51, 127 "prebid": { 128 "meta": { 129 }, 130 "type": "video" 131 } 132 } 133 } 134 ] 135 }, 136 { 137 "seat": "appnexus", 138 "bid": [ 139 { 140 "id": "winning-bid", 141 "nurl": "http://domain.com/winning-bid", 142 "impid": "my-imp-id", 143 "price": 0.71, 144 "w": 200, 145 "h": 250, 146 "crid": "creative-1", 147 "ext": { 148 "origbidcpm": 0.71, 149 "prebid": { 150 "meta": { 151 }, 152 "type": "video", 153 "targeting": { 154 "hb_bidder": "appnexus", 155 "hb_cache_host": "www.pbcserver.com", 156 "hb_cache_path": "/pbcache/endpoint", 157 "hb_env": "mobile-app", 158 "hb_pb": "0.70", 159 "hb_size": "200x250" 160 } 161 } 162 } 163 }, 164 { 165 "id": "losing-bid", 166 "nurl": "http://domain.com/losing-bid", 167 "impid": "my-imp-id", 168 "price": 0.21, 169 "w": 200, 170 "h": 250, 171 "crid": "creative-2", 172 "ext": { 173 "origbidcpm": 0.21, 174 "prebid": { 175 "meta": { 176 }, 177 "type": "video" 178 } 179 } 180 } 181 ] 182 } 183 ] 184 } 185 } 186 }