github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/events-vast-account-on-request-off.json (about) 1 { 2 "events_enabled": true, 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 "pricegranularity": { 32 "precision": 2, 33 "ranges": [ 34 { 35 "min": 0, 36 "max": 20, 37 "increment": 0.1 38 } 39 ] 40 }, 41 "includewinners": true, 42 "includebidderkeys": false 43 }, 44 "integration": "testIntegrationType" 45 } 46 } 47 } 48 }, 49 "outgoingRequests": { 50 "appnexus": { 51 "modifyingVastXmlAllowed": true, 52 "mockResponse": { 53 "pbsSeatBids": [ 54 { 55 "pbsBids": [ 56 { 57 "ortbBid": { 58 "id": "winning-bid", 59 "nurl": "http://domain.com/winning-bid", 60 "impid": "my-imp-id", 61 "price": 0.71, 62 "w": 200, 63 "h": 250, 64 "crid": "creative-1" 65 }, 66 "bidType": "video" 67 }, 68 { 69 "ortbBid": { 70 "id": "losing-bid", 71 "nurl": "http://domain.com/losing-bid", 72 "impid": "my-imp-id", 73 "price": 0.21, 74 "w": 200, 75 "h": 250, 76 "crid": "creative-2" 77 }, 78 "bidType": "video" 79 } 80 ], 81 "seat": "appnexus" 82 } 83 ] 84 } 85 }, 86 "audienceNetwork": { 87 "modifyingVastXmlAllowed": false, 88 "mockResponse": { 89 "pbsSeatBids": [ 90 { 91 "pbsBids": [ 92 { 93 "ortbBid": { 94 "id": "contending-bid", 95 "nurl": "http://domain.com/contending-bid", 96 "impid": "my-imp-id", 97 "price": 0.51, 98 "w": 200, 99 "h": 250, 100 "crid": "creative-4" 101 }, 102 "bidType": "video" 103 } 104 ], 105 "seat": "audienceNetwork" 106 } 107 ] 108 } 109 } 110 }, 111 "response": { 112 "bids": { 113 "id": "some-request-id", 114 "seatbid": [ 115 { 116 "seat": "audienceNetwork", 117 "bid": [ 118 { 119 "id": "contending-bid", 120 "nurl": "http://domain.com/contending-bid", 121 "impid": "my-imp-id", 122 "price": 0.51, 123 "w": 200, 124 "h": 250, 125 "crid": "creative-4", 126 "ext": { 127 "origbidcpm": 0.51, 128 "prebid": { 129 "meta": { 130 }, 131 "type": "video" 132 } 133 } 134 } 135 ] 136 }, 137 { 138 "seat": "appnexus", 139 "bid": [ 140 { 141 "id": "winning-bid", 142 "adm": "<VAST version=\"3.0\"><Ad><Wrapper><AdSystem>prebid.org wrapper</AdSystem><VASTAdTagURI><![CDATA[http://domain.com/winning-bid]]></VASTAdTagURI><Impression><![CDATA[http://localhost/event?t=imp&b=winning-bid&a=testaccount&bidder=appnexus&f=b&int=testIntegrationType&ts=1234567890]]></Impression><Creatives></Creatives></Wrapper></Ad></VAST>", 143 "nurl": "http://domain.com/winning-bid", 144 "impid": "my-imp-id", 145 "price": 0.71, 146 "w": 200, 147 "h": 250, 148 "crid": "creative-1", 149 "ext": { 150 "origbidcpm": 0.71, 151 "prebid": { 152 "meta": { 153 }, 154 "type": "video", 155 "targeting": { 156 "hb_bidder": "appnexus", 157 "hb_cache_host": "www.pbcserver.com", 158 "hb_cache_path": "/pbcache/endpoint", 159 "hb_env": "mobile-app", 160 "hb_pb": "0.70", 161 "hb_size": "200x250" 162 } 163 } 164 } 165 }, 166 { 167 "id": "losing-bid", 168 "adm": "<VAST version=\"3.0\"><Ad><Wrapper><AdSystem>prebid.org wrapper</AdSystem><VASTAdTagURI><![CDATA[http://domain.com/losing-bid]]></VASTAdTagURI><Impression><![CDATA[http://localhost/event?t=imp&b=losing-bid&a=testaccount&bidder=appnexus&f=b&int=testIntegrationType&ts=1234567890]]></Impression><Creatives></Creatives></Wrapper></Ad></VAST>", 169 "nurl": "http://domain.com/losing-bid", 170 "impid": "my-imp-id", 171 "price": 0.21, 172 "w": 200, 173 "h": 250, 174 "crid": "creative-2", 175 "ext": { 176 "origbidcpm": 0.21, 177 "prebid": { 178 "meta": { 179 }, 180 "type": "video" 181 } 182 } 183 } 184 ] 185 } 186 ] 187 } 188 } 189 }