github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/passthrough_root_only.json (about) 1 { 2 "passthrough_flag": true, 3 "incomingRequest": { 4 "ortbRequest": { 5 "id": "some-request-id", 6 "site": { 7 "page": "test.somepage.com" 8 }, 9 "imp": [ 10 { 11 "id": "my-imp-id", 12 "video": { 13 "mimes": [ 14 "video/mp4" 15 ] 16 }, 17 "ext": { 18 "prebid": { 19 "bidder": { 20 "appnexus": { 21 "placementId": 1 22 } 23 } 24 } 25 } 26 } 27 ], 28 "ext": { 29 "prebid": { 30 "passthrough": { 31 "bid_response_passthrough": 20 32 } 33 } 34 } 35 } 36 }, 37 "outgoingRequests": { 38 "appnexus": { 39 "expectRequest": { 40 "ortbRequest": { 41 "id": "some-request-id", 42 "site": { 43 "page": "test.somepage.com" 44 }, 45 "imp": [ 46 { 47 "id": "my-imp-id", 48 "video": { 49 "mimes": [ 50 "video/mp4" 51 ] 52 }, 53 "ext": { 54 "bidder": { 55 "placementId": 1 56 } 57 } 58 } 59 ] 60 } 61 }, 62 "mockResponse": { 63 "pbsSeatBids": [ 64 { 65 "pbsBids": [ 66 { 67 "ortbBid": { 68 "id": "apn-bid", 69 "impid": "my-imp-id", 70 "price": 0.3, 71 "w": 200, 72 "h": 250, 73 "crid": "creative-1", 74 "ext": { 75 "someField": "someValue", 76 "origbidcpm": 0.3 77 } 78 }, 79 "bidType": "video" 80 } 81 ], 82 "seat": "appnexus" 83 } 84 ] 85 } 86 } 87 }, 88 "response": { 89 "bids": { 90 "id": "some-request-id", 91 "seatbid": [ 92 { 93 "seat": "appnexus", 94 "bid": [ 95 { 96 "id": "apn-bid", 97 "impid": "my-imp-id", 98 "price": 0.3, 99 "w": 200, 100 "h": 250, 101 "crid": "creative-1", 102 "ext": { 103 "prebid": { 104 "meta": { 105 }, 106 "type": "video" 107 }, 108 "someField": "someValue", 109 "origbidcpm": 0.3 110 } 111 } 112 ] 113 } 114 ] 115 }, 116 "ext": { 117 "prebid": { 118 "passthrough": { 119 "bid_response_passthrough": 20 120 } 121 } 122 } 123 } 124 }