github.com/prebid/prebid-server@v0.275.0/exchange/exchangetest/events-bid-account-off-request-on.json (about) 1 { 2 "events_enabled": false, 3 "start_time_ms": 1234567890, 4 "incomingRequest": { 5 "ortbRequest": { 6 "id": "some-request-id", 7 "site": { 8 "id": "some-site" 9 }, 10 "imp": [ 11 { 12 "id": "my-imp-id", 13 "banner": {}, 14 "ext": { 15 "prebid": { 16 "bidder": { 17 "appnexus": { 18 "placementId": 1 19 } 20 } 21 } 22 } 23 } 24 ], 25 "ext": { 26 "prebid": { 27 "integration": "testIntegrationType", 28 "events": {} 29 } 30 } 31 } 32 }, 33 "outgoingRequests": { 34 "appnexus": { 35 "mockResponse": { 36 "pbsSeatBids": [ 37 { 38 "pbsBids": [ 39 { 40 "ortbBid": { 41 "id": "winning-bid", 42 "impid": "my-imp-id", 43 "price": 0.71, 44 "w": 200, 45 "h": 250, 46 "crid": "creative-1" 47 }, 48 "bidType": "banner" 49 }, 50 { 51 "ortbBid": { 52 "id": "losing-bid", 53 "impid": "my-imp-id", 54 "price": 0.21, 55 "w": 200, 56 "h": 250, 57 "crid": "creative-2" 58 }, 59 "bidType": "banner" 60 } 61 ], 62 "seat": "appnexus" 63 } 64 ] 65 } 66 } 67 }, 68 "response": { 69 "bids": { 70 "id": "some-request-id", 71 "seatbid": [ 72 { 73 "seat": "appnexus", 74 "bid": [ 75 { 76 "id": "winning-bid", 77 "impid": "my-imp-id", 78 "price": 0.71, 79 "w": 200, 80 "h": 250, 81 "crid": "creative-1", 82 "ext": { 83 "origbidcpm": 0.71, 84 "prebid": { 85 "type": "banner", 86 "events": { 87 "imp": "http://localhost/event?t=imp&b=winning-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890", 88 "win": "http://localhost/event?t=win&b=winning-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890" 89 } 90 } 91 } 92 }, 93 { 94 "id": "losing-bid", 95 "impid": "my-imp-id", 96 "price": 0.21, 97 "w": 200, 98 "h": 250, 99 "crid": "creative-2", 100 "ext": { 101 "origbidcpm": 0.21, 102 "prebid": { 103 "type": "banner", 104 "events": { 105 "imp": "http://localhost/event?t=imp&b=losing-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890", 106 "win": "http://localhost/event?t=win&b=losing-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890" 107 } 108 } 109 } 110 } 111 ] 112 } 113 ] 114 } 115 } 116 }