Usercentrics - PUBLIC

How does Usercentrics block services whose tracking works via an Image Tag?

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:

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

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

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

Please replace XYZ with the name of the data processing service that sets the image tag. Pay attention to the spelling (data-usercentrics="XYZ"); it must correspond to the spelling of the service you have created in your Usercentrics Admin Interface in the Service Settings area. Also, please replace XXXXXXXX with the address of the image tag.

If the Consent for the data processing service is given, the image tag for the src-attribute receives the required value and is played out.


Do you need further help?

How can I get help with technical questions?

 

Usercentrics - PUBLIC