Usercentrics - PUBLIC

How can I use a specific version of the Usercentrics CMP script?

We recommend using our regular script call which will make sure that you’re always using the latest version of our CMP. The script looks like this:

<script type="application/javascript" src="https://app.usercentrics.eu/latest/main.js" id="XXXXXXXX" ></script>

Please replace XXXXXX with your personal settings ID.

You can pin a specific version by changing the script URL to https://app.usercentrics.eu/VERSION/main.js.

For example, the link for version 1.44.2 will be: https://app.usercentrics.eu/1.44.2/main.js. The script will look like this:

<script type="application/javascript" src="https://app.usercentrics.eu/1.44.2/main.js" id="XXXXXXXX" ></script>

Please replace XXXXXX with your personal settings ID.

Do you need further help?

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

 

Usercentrics - PUBLIC