github.com/prebid/prebid-server/v2@v2.18.0/adapters/limelightDigital/LimelightDigitaltest/supplemental/unknown_currency.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-banner-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "bidfloor": 1.2,
    16          "bidfloorcur": "EUR",
    17          "ext": {
    18            "bidder": {
    19              "host": "banner.ortb.net",
    20              "publisherId": 123456
    21            }
    22          }
    23        }
    24      ],
    25      "ext": {
    26        "prebid": {
    27          "currency": {
    28            "rates": {
    29              "GBP": {
    30                "USD": 2.2
    31              }
    32            },
    33            "usepbsrates": false
    34          }
    35        }
    36      }
    37    },
    38    "expectedMakeRequestsErrors": [
    39      {
    40        "value": "Currency conversion rate not found: 'EUR' => 'USD'",
    41        "comparison": "literal"
    42      }
    43    ]
    44  }