Usercentrics - PUBLIC

How can I switch to a specific version of Browser UI (CMP V2)?

To use a specific version of CMP V2, please adjust the CMP Script Tag. With the src attribute, you’ll refer to the exact version of Browser-UI: https://app.usercentrics.eu/browser-ui/Old_Verion_Number/loader.js

CMP V2 Script Tag

<script id="usercentrics-cmp" data-settings-id="SETTINGS_ID" src="https://app.usercentrics.eu/browser-ui/Old_Verion_Number/loader.js" async></script>

TCF 2.0 Script Tag

<script id="usercentrics-cmp" data-settings-id="SETTINGS_ID" src="https://app.usercentrics.eu/browser-ui/Old_Verion_Number/loader.js" data-tcf-enabled></script>

Please replace SETTINGS_ID with your personal Settings-ID and Old_Verion_Number with the Browser-UI version number to be used.

Example - For Browser-UI version 2.2.10, src should be https://app.usercentrics.eu/browser-ui/2.2.10/loader.js

The Browser-UI version information can be found on https://releases.usercentrics.com/en?category=browser+ui&role=cmpv1%3Bcmpv2%3B

Do you need further help?

https://usercentrics.atlassian.net/wiki/spaces/SKB/pages/234913848

Usercentrics - PUBLIC