github.com/prebid/prebid-server@v0.275.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 "type": "video" 130 } 131 } 132 } 133 ] 134 }, 135 { 136 "seat": "appnexus", 137 "bid": [ 138 { 139 "id": "winning-bid", 140 "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>", 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 "type": "video", 151 "targeting": { 152 "hb_bidder": "appnexus", 153 "hb_cache_host": "www.pbcserver.com", 154 "hb_cache_path": "/pbcache/endpoint", 155 "hb_env": "mobile-app", 156 "hb_pb": "0.70", 157 "hb_size": "200x250" 158 } 159 } 160 } 161 }, 162 { 163 "id": "losing-bid", 164 "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>", 165 "nurl": "http://domain.com/losing-bid", 166 "impid": "my-imp-id", 167 "price": 0.21, 168 "w": 200, 169 "h": 250, 170 "crid": "creative-2", 171 "ext": { 172 "origbidcpm": 0.21, 173 "prebid": { 174 "type": "video" 175 } 176 } 177 } 178 ] 179 } 180 ] 181 } 182 } 183 }