Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Update your current Usercentrics CMP Scripts → The loader.js is a new script, so you will need to change your bundle.js or bundle_legacy.js scripts. Do not worry about legacy browsers. loader.js will automatically decide if it should use bundle.js or bundle_legacy.js based in your browser and in your browser version. These are the new scripts that you should change to:

    • For Normal Users

      Code Block
      languagehtml
      <script id="usercentrics-cmp" data-settings-id="XXXXXXX" src="https://app.usercentrics.eu/browser-ui/latest/loader.js" data-settings-id="XXXXXXX" async></script>
    • For TCF2.0 Users

      Code Block
      languagehtml
      <script id="usercentrics-cmp" data-settings-id="XXXXXXX" src="https://app.usercentrics.eu/browser-ui/latest/loader.js" data-tcf-enabled></script>
  2. Adapt your current code → As you've seen in your consoles inside your pages, there are some functions from our API that are deprecated, so you will need to adapt them to the new versions:

...