github.com/prebid/prebid-server/v2@v2.18.0/adapters/triplelift/triplelifttest/exemplary/optional-params.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "inventoryCode": "foo", 22 "floor": 20 23 } 24 } 25 } 26 ] 27 }, 28 "httpCalls": [ 29 { 30 "expectedRequest": { 31 "uri": "http://tlx.3lift.net/s2s/auction?sra=1&supplier_id=20", 32 "body": { 33 "id": "test-request-id", 34 "imp": [ 35 { 36 "id": "test-imp-id", 37 "banner": { 38 "format": [ 39 { 40 "w": 300, 41 "h": 250 42 }, 43 { 44 "w": 300, 45 "h": 600 46 } 47 ] 48 }, 49 "tagid": "foo", 50 "bidfloor": 20, 51 "ext": { 52 "bidder": { 53 "inventoryCode": "foo", 54 "floor": 20 55 } 56 } 57 } 58 ] 59 }, 60 "impIDs":["test-imp-id"] 61 }, 62 "mockResponse": { 63 "status": 204 64 } 65 } 66 ], 67 "expectedBidResponses": [] 68 }