Adapt privacy statement

Guide to integrating and customizing the privacy policy with Opt-Out functionality for Website Leads.

If you would like to identify visitors of your website using a Visible Website Leads identification number or a pixel code, we recommend adapting your privacy statement in line with the GDPR. Two steps are necessary to do this:

Step 1: Copy the text and insert it on your privacy statement page

English:
[YOUR COMPANY NAME] uses products and services for analysis and marketing purposes, which are provided by Visable GmbH (www.visable.com) in cooperation with them. To that end, pixel-code technology is used to collect, process and store data in order to create at least pseudonymised, but where possible and sensible, completely anonymous user profiles. Data collected, which may initially still include personal data, is transmitted to Visable or is collected directly by Visable and is used to create the aforementioned user profiles there. Visitors to this website are not personally identified and no other personal data is merged with the user profiles. If IP addresses are identified as personal, they are immediately deleted. You can object to the processing operations described with future effect at any time: [INSERT OPT-OUT LINK HERE]

French:
[LE NOM DE VOTRE ENTREPRISE] utilise les produits et services fournis par Visable GmbH (www.visable.com) à des fins d'analyse et de marketing. À cet effet la technologie du pixel code est utilisée pour collecter, traiter et stocker des données afin de créer des profils utilisateurs au moins pseudonymisés et, lorsque cela est possible et judicieux, totalement anonymes. Les données collectées, qui peuvent encore lors de cette étape comprendre des données à caractère personnel, sont transmises à Visable ou collectées directement par Visable, puis utilisées pour créer les types de profils utilisateurs mentionnés ci-dessus. Aucune identification personnelle des visiteurs de ce site Internet n'a lieu et aucune autre donnée personnelle n'est fusionnée avec les profils utilisateurs. Dans le cas où une adresse IP serait identifiée comme personnelle, elle serait immédiatement supprimée. Vous pouvez vous opposer à tout moment au traitement décrit ci-dessus sans effet rétroactif : [INSÉRER LE LIEN DE RETRAIT ICI]

German:

[IHR FIRMENNAME] setzt zu Analyse- und Marketingzwecken Produkte und Dienstleistungen ein, die in Kooperation mit der Visable GmbH (www.visable.com) von dieser zur Verfügung gestellt werden. Hierzu erfolgt mittels Zählpixeltechnologie die Erhebung, Verarbeitung und Speicherung von Daten zur Erstellung mindestens pseudonymisierter, wo möglich und sinnvoll vollständig anonymisierter Nutzungsprofile. Die erhobenen Daten, die zunächst noch personenbezogene Daten beinhalten können, werden an Visable übermittelt oder direkt durch Visable erhoben und dort zur Erstellung der o.a. Nutzungsprofile verwendet. Eine persönliche Identifikation von Besuchern dieser Webseite findet nicht statt, und es werden auch keine sonstigen personenbezogenen Daten mit den Nutzungsprofilen zusammengeführt. Sollten IP-Adressen als personenbezogen identifiziert werden, so werden sie umgehend gelöscht. Den hier geschilderten Formen der Verarbeitung können Sie jederzeit mit Wirkung für die Zukunft widersprechen: [HIER DEN OPT-OUT LINK EINFÜGEN]

Step 2: Insert opt-out link in your data protection text

If a visitor of your website clicks on this link, no more company-related data will be passed onto Visable.

Note: Please make sure that the pixel code is also installed on your page with the privacy statement. Only then can the opt-out function be activated for visitors.

English:
<a onclick="alert('Your visits are no longer recorded.');" href="javascript:visableLeads.optOut()">Exclude visitor recording (Note: Link sets a 1st-party cookie for an opt-out)</a>

German:
<a onclick="alert('Ihre Besuche werden nun nicht mehr erfasst.');" href="javascript:visableLeads.optOut()">Besuchererfassung ausschließen (Anmerkung: Link setzt ein 1st-Party-Cookie für einen Opt-Out)</a>

French:
<a onclick="alert('Vos visites ne seront désormais plus enregistrées.');" href="javascript:visableLeads.optOut()">Exclure … (remarque : le lien crée un cookie interne pour une option de retrait)</a>

Example of correct integration

This is what your privacy statement should look like:

<!DOCTYPE html>
<html>
<head>
<title> Visable OptOut </title>
</head>

<body>
<h1>Privacy policy</h1>

[YOUR COMPANY NAME] uses products and services for analysis and marketing purposes, which are provided by Visable GmbH (www.visable.com) in cooperation with them. To that end, pixel-code technology is used to collect, process and store data in order to create at least pseudonymised, but where possible and sensible, completely anonymous user profiles. Data collected, which may initially still include personal data, is transmitted to Visable or is collected directly by Visable and is used to create the aforementioned user profiles there. Visitors to this website are not personally identified and no other personal data is merged with the user profiles. If IP addresses are identified as personal, they are immediately deleted. You can object to the processing operations described with future effect at any time: <a onclick="alert(‘Your visits are no longer recorded.');" href="javascript:visableLeads.optOut()">Exclude visitor recording (Note: Link sets a 1st-party cookie for an opt-out)</a>
 </body>
</html>