github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/account-malformed/malformed-acct.json (about) 1 { 2 "description": "Account is valid but account config is malformed", 3 "mockBidRequest": { 4 "id": "some-request-id", 5 "user": {}, 6 "site": { 7 "id": "cool_app", 8 "publisher": { 9 "id": "malformed_acct" 10 } 11 }, 12 "imp": [ 13 { 14 "id": "some-impression-id", 15 "banner": { 16 "format": [ 17 { 18 "w": 300, 19 "h": 250 20 }, 21 { 22 "w": 300, 23 "h": 600 24 } 25 ] 26 }, 27 "ext": { 28 "appnexus": { 29 "placementId": 12883451 30 } 31 } 32 } 33 ], 34 "tmax": 500, 35 "ext": { 36 "prebid": { 37 "aliases": { 38 "districtm": "appnexus" 39 }, 40 "bidadjustmentfactors": { 41 "appnexus": 1.01, 42 "districtm": 0.98, 43 "rubicon": 0.99 44 }, 45 "cache": { 46 "bids": {} 47 }, 48 "targeting": { 49 "includewinners": false, 50 "pricegranularity": { 51 "precision": 2, 52 "ranges": [ 53 { 54 "max": 20, 55 "increment": 0.10 56 } 57 ] 58 } 59 } 60 } 61 } 62 }, 63 "expectedReturnCode": 500, 64 "expectedErrorMessage": "Invalid request: The prebid-server account config for account id \"malformed_acct\" is malformed. Please reach out to the prebid server host.\n" 65 }