Skip to content

Commit

Permalink
AF-3683 added currencies: CHF and SEK to the documentation (#5484)
Browse files Browse the repository at this point in the history
* AF-3683 added currencies: CHF and SEK to the documentation

* AF-3683 fixed punctuation issues

* AF-3683 fixed ordered items
  • Loading branch information
Goncakkd committed Jul 17, 2024
1 parent 51179df commit 1496071
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-docs/bidders/visx.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Please reach out to your account manager to enable Prebid.js for your account.
### Configuration

The YOC VIS.X adapter has the ability to work in different currencies. Currently, this adapter supports `EUR`, `USD`,
`GBP`, `PLN`. Defaults to `EUR`. If your Ad Server uses `EUR`, you don't need any additional currency settings.
`GBP`, `PLN`, `CHF`, `SEK`. Defaults to `EUR`. If your Ad Server uses `EUR`, you don't need any additional currency settings.
If you would like to trade with VIS.X in a currency different from `EUR`, you should implement some additional settings.

1. Download and configure the Prebid.js Currency module.
1. Download and configure the Prebid.js Currency module

`http://prebid.org/dev-docs/modules/currency.html`

2. Setup the currency in Currency config.
1. Setup the currency in Currency config

a) If your Ad Server uses the currency from the list of VIS.X supported currencies (e.g. `GBP`), use the following settings:

Expand Down Expand Up @@ -92,7 +92,7 @@ pbjs.setConfig({
});
```

### Requirements:
### Requirements

- In Prebid's `bidderSettings`, the `storageAllowed` parameter must be set to **true**. In Prebid v7.0 and later, `storageAllowed` defaults to false, so you will need to explicitly set this value to true.

Expand Down

0 comments on commit 1496071

Please sign in to comment.