You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/visx.md
+39-8Lines changed: 39 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,55 @@ To be able to use the full bandwidth of VIS.X high impact ad products, we strong
14
14
15
15
If you require SafeFrames to be activated, please reach out to your YOC account manager to obtain further details.
16
16
17
-
The YOC VIS.X adaptor requires setup and approval from your YOC account manager team, even for existing YOC publishers. Please reach out to your account manager to enable Prebid.js for your account.
17
+
The YOC VIS.X adaptor requires setup and approval from your YOC account manager team, even for existing YOC publishers.
18
+
Please reach out to your account manager to enable Prebid.js for your account.
|`uid`| required | The publisher's ad unit ID in VIS.X |`'903536'`|`string`|
25
26
26
27
### Configuration
27
28
28
-
The VIS.X adaptor has the ability to work in different currencies. Currently this adaptor supports `'EUR'`, `'USD'`, `'GBP'`, `'PLN'`. Defaults to `'EUR'`.
29
+
The VIS.X adaptor has the ability to work in different currencies. Currently this adaptor supports `EUR`, `USD`,
30
+
`GBP`, `PLN`. Defaults to `EUR`. If your Ad Server uses `EUR`, you don't need any additional currency settings.
31
+
If you would like to trade with VIS.X in a currency different from `EUR`, you should implement some additional settings.
32
+
33
+
1. Download and configure the Prebid.js Currency module.
0 commit comments