Versions Compared

Key

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

Please work through the following steps to prevent such tracking methods:

 

  1. Setup the data processing service that plays the Image Tag in the Service Settings section of the Usercentrics Admin Interface .

  2. Change the src of the image tag in the source code of your website:

    Code Block
    <img src="" width="1" height="1" border="0" alt=""/>
  3. Add an ID to the file:

    Code Block
    <img id=”beispiel” src="" width="1" height="1" border="0" alt=""/>
  4. Install the following script in the head area:

    Code Block
    <script type="text/plain" data-usercentrics="XYZ">
    var beispielImg = document.getElementById("beispiel");
    beispielImg.src="https://XXXXXXX.."
    </script>

...

Do you need further help?

How can I get help with technical questions?