github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmyadz/bidmyadztest/supplemental/status-service-unavailable.json (about) 1 { 2 "mockBidRequest": { 3 "id": "12345", 4 "imp": [{ 5 "id": "1", 6 "secure": 1, 7 "bidfloor": 0.31, 8 "bidfloorcur": "USD", 9 "banner": { 10 "w": 300, 11 "h": 250 12 }, 13 "ext": { 14 "bidder": { 15 "placementId": "tbanner" 16 } 17 } 18 }], 19 "device": { 20 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", 21 "geo": { 22 "country": "USA", 23 "lat": 47.627500, 24 "lon": -122.346200 25 }, 26 "ip": "18.146.18.241", 27 "devicetype": 2 28 }, 29 "user": { 30 "id": "460ecf1d41fa6656c4b892fd84e61ff8c2ab5ad5" 31 }, 32 "site": { 33 "id": "banner", 34 "domain": "test.com", 35 "cat": ["IAB1"], 36 "page": "https://test.com", 37 "publisher": { 38 "id": "test" 39 } 40 } 41 }, 42 43 "httpCalls": [ 44 { 45 "expectedRequest": { 46 "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc", 47 "body": { 48 "id": "12345", 49 "imp": [{ 50 "id": "1", 51 "secure": 1, 52 "bidfloor": 0.31, 53 "bidfloorcur": "USD", 54 "banner": { 55 "w": 300, 56 "h": 250 57 }, 58 "ext": { 59 "bidder": { 60 "placementId": "tbanner" 61 } 62 } 63 }], 64 "device": { 65 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", 66 "geo": { 67 "country": "USA", 68 "lat": 47.627500, 69 "lon": -122.346200 70 }, 71 "ip": "18.146.18.241", 72 "devicetype": 2 73 }, 74 "user": { 75 "id": "460ecf1d41fa6656c4b892fd84e61ff8c2ab5ad5" 76 }, 77 "site": { 78 "id": "banner", 79 "domain": "test.com", 80 "cat": ["IAB1"], 81 "page": "https://test.com", 82 "publisher": { 83 "id": "test" 84 } 85 } 86 }, 87 "impIDs":["1"] 88 }, 89 "mockResponse": { 90 "status": 503 91 } 92 } 93 ], 94 95 "expectedMakeBidsErrors": [ 96 { 97 "value": "Bidder is unavailable. Please contact your account manager.", 98 "comparison": "literal" 99 } 100 ] 101 }