github.com/prebid/prebid-server/v2@v2.18.0/adapters/smartyads/smartyadstest/supplemental/status-code-other-error.json (about) 1 2 { 3 "mockBidRequest": { 4 "id": "some-request-id", 5 "tmax": 1000, 6 "user": { 7 "buyeruid": "awesome-user" 8 }, 9 "site": { 10 "page": "test.com", 11 "publisher": { 12 "id": "123456789" 13 } 14 }, 15 "imp": [ 16 { 17 "id": "some-impression-id", 18 "tagid": "ogTAGID", 19 "video": { 20 "mimes": ["video/mp4"], 21 "w": 640, 22 "h": 480, 23 "minduration": 120, 24 "maxduration": 150 25 }, 26 "ext": { 27 "bidder": { 28 "host": "ep1", 29 "sourceid": "partner", 30 "accountid": "hash" 31 } 32 } 33 } 34 ] 35 }, 36 37 "httpCalls": [{ 38 "expectedRequest": { 39 "uri": "http://ep1.example.com/bid?rtb_seat_id=partner&secret_key=hash", 40 "body": { 41 "id": "some-request-id", 42 "imp": [ 43 { 44 "id": "some-impression-id", 45 "tagid": "ogTAGID", 46 "video": { 47 "mimes": [ 48 "video/mp4" 49 ], 50 "minduration": 120, 51 "maxduration": 150, 52 "w": 640, 53 "h": 480 54 } 55 } 56 ], 57 "site": { 58 "page": "test.com", 59 "publisher": { 60 "id": "123456789" 61 } 62 }, 63 "user": { 64 "buyeruid": "awesome-user" 65 }, 66 "tmax": 1000 67 }, 68 "impIDs":["some-impression-id"] 69 }, 70 "mockResponse": { 71 "status": 306 72 } 73 }], 74 "expectedBidResponses": [], 75 "expectedMakeBidsErrors": [ 76 { 77 "value": "Something went wrong, please contact your Account Manager. Status Code: [ 306 ] ", 78 "comparison": "literal" 79 } 80 ] 81 }