github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidstack/bidstacktest/supplemental/currency_rate_not_found.json (about) 1 { 2 "mockBidRequest": { 3 "id": "bid-request-id", 4 "device": { 5 "ip": "0.0.0.0", 6 "ifa": "ce76100d-82cc-4491-a6c9-50e0e539454c" 7 }, 8 "app": { 9 "id": "app-id", 10 "bundle": "com.app.id" 11 }, 12 "imp": [ 13 { 14 "id": "imp-id-1", 15 "bidfloor": 4.20, 16 "bidfloorcur": "JPY", 17 "video": { 18 "mimes": [ 19 "video/mp4" 20 ], 21 "protocols": [ 22 2, 23 5 24 ], 25 "w": 1024, 26 "h": 576 27 }, 28 "ext": { 29 "bidder": { 30 "publisherId": "225a4f40-1df1-48b2-b238-8774a638ce6e" 31 } 32 } 33 } 34 ], 35 "ext": { 36 "prebid": { 37 "currency": { 38 "rates": { 39 "MXN": { 40 "USD": 0.05 41 } 42 }, 43 "usepbsrates": false 44 } 45 } 46 } 47 }, 48 "expectedMakeRequestsErrors": [ 49 { 50 "value": "Currency conversion rate not found: 'JPY' => 'USD'", 51 "comparison": "literal" 52 } 53 ] 54 }