github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/tmax.json (about) 1 { 2 "incomingRequest": { 3 "ortbRequest": { 4 "id": "some-request-id", 5 "site": { 6 "page": "test.somepage.com" 7 }, 8 "tmax": 500, 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 }, 29 "usersyncs": { 30 "appnexus": "123" 31 } 32 }, 33 "outgoingRequests": { 34 "appnexus": { 35 "expectRequest": { 36 "ortbRequest": { 37 "id": "some-request-id", 38 "site": { 39 "page": "test.somepage.com" 40 }, 41 "user": { 42 "buyeruid": "123" 43 }, 44 "tmax": 500, 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 "errors": [ 64 "appnexus-error" 65 ] 66 } 67 } 68 }, 69 "response": { 70 "bids": { 71 "id": "some-request-id", 72 "ext": { 73 "tmaxrequest": 500, 74 "errors": { 75 "appnexus": [ 76 "appnexus-error" 77 ] 78 } 79 } 80 } 81 } 82 }