github.com/prebid/prebid-server@v0.275.0/adapters/invibes/invibestest/supplemental/request-error-servererr.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "site": { 5 "page": "https://publisher.com/url" 6 }, 7 "user": { 8 "buyerUid": "123" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "banner": { 14 "format": [ 15 { 16 "w": 300, 17 "h": 150 18 } 19 ] 20 }, 21 "ext": { 22 "bidder": { 23 "placementId": "2eb6bd58-865c-47ce-af7f-a918108c3fd2", 24 "domainId": 1001, 25 "debug": { 26 "testLog": true 27 } 28 } 29 } 30 } 31 ] 32 }, 33 "httpCalls": [ 34 { 35 "expectedRequest": { 36 "uri": "https://bid.videostep.com/bid/ServerBidAdContent", 37 "body": { 38 "BidParamsJson": "{\"PlacementIds\":[\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\"],\"BidVersion\":\"4\",\"Properties\":{\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\":{\"Formats\":[{\"w\":300,\"h\":150}],\"ImpId\":\"test-imp-id\"}}}", 39 "Bvid": "", 40 "Gdpr": true, 41 "GdprConsent": "", 42 "Height": "", 43 "IsAmp": false, 44 "Kw": "", 45 "Lid": "123", 46 "Location": "https://publisher.com/url", 47 "IsTestBid": false, 48 "InvibBVLog": true, 49 "VideoAdDebug": true, 50 "Width": "" 51 } 52 }, 53 "mockResponse": { 54 "body": { 55 "error": "Server err" 56 }, 57 "status": 200 58 } 59 } 60 ], 61 "expectedMakeBidsErrors": [ 62 { 63 "value": "Server error: Server err.", 64 "comparison": "literal" 65 } 66 ] 67 }