github.com/prebid/prebid-server@v0.275.0/exchange/exchangetest/passthrough_imp_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-2", 12 "video": { 13 "mimes": [ 14 "video/mp4" 15 ] 16 }, 17 "ext": { 18 "prebid": { 19 "bidder": { 20 "appnexus": { 21 "placementId": 1 22 } 23 }, 24 "passthrough": { 25 "imp_passthrough_val": 20 26 } 27 } 28 } 29 }, 30 { 31 "id": "my-imp-id", 32 "video": { 33 "mimes": [ 34 "video/mp4" 35 ] 36 }, 37 "ext": { 38 "prebid": { 39 "bidder": { 40 "appnexus": { 41 "placementId": 1 42 } 43 } 44 } 45 } 46 } 47 ] 48 } 49 }, 50 "outgoingRequests": { 51 "appnexus": { 52 "expectRequest": { 53 "ortbRequest": { 54 "id": "some-request-id", 55 "site": { 56 "page": "test.somepage.com" 57 }, 58 "imp": [ 59 { 60 "id": "my-imp-id-2", 61 "video": { 62 "mimes": [ 63 "video/mp4" 64 ] 65 }, 66 "ext": { 67 "bidder": { 68 "placementId": 1 69 } 70 } 71 }, 72 { 73 "id": "my-imp-id", 74 "video": { 75 "mimes": [ 76 "video/mp4" 77 ] 78 }, 79 "ext": { 80 "bidder": { 81 "placementId": 1 82 } 83 } 84 } 85 ] 86 } 87 }, 88 "mockResponse": { 89 "pbsSeatBids": [ 90 { 91 "pbsBids": [ 92 { 93 "ortbBid": { 94 "id": "apn-bid", 95 "impid": "my-imp-id-2", 96 "price": 0.3, 97 "w": 200, 98 "h": 250, 99 "crid": "creative-1", 100 "ext": { 101 "someField": "someValue", 102 "origbidcpm": 0.3 103 } 104 }, 105 "bidType": "video" 106 }, 107 { 108 "ortbBid": { 109 "id": "apn-bid", 110 "impid": "my-imp-id", 111 "price": 0.3, 112 "w": 200, 113 "h": 250, 114 "crid": "creative-1", 115 "ext": { 116 "someField": "someValue", 117 "origbidcpm": 0.3 118 } 119 }, 120 "bidType": "video" 121 } 122 ], 123 "seat": "appnexus" 124 } 125 ] 126 } 127 } 128 }, 129 "response": { 130 "bids": { 131 "id": "some-request-id", 132 "seatbid": [ 133 { 134 "seat": "appnexus", 135 "bid": [ 136 { 137 "id": "apn-bid", 138 "impid": "my-imp-id-2", 139 "price": 0.3, 140 "w": 200, 141 "h": 250, 142 "crid": "creative-1", 143 "ext": { 144 "someField": "someValue", 145 "origbidcpm": 0.3, 146 "prebid": { 147 "type": "video", 148 "passthrough": { 149 "imp_passthrough_val": 20 150 } 151 } 152 } 153 }, 154 { 155 "id": "apn-bid", 156 "impid": "my-imp-id", 157 "price": 0.3, 158 "w": 200, 159 "h": 250, 160 "crid": "creative-1", 161 "ext": { 162 "someField": "someValue", 163 "origbidcpm": 0.3, 164 "prebid": { 165 "type": "video" 166 } 167 } 168 } 169 ] 170 } 171 ] 172 } 173 } 174 }