Nutzeridentifizierung
Diese Seite erklärt, wie Sie interne Kennungen der Organisation in die Einwilligungsnachweise übertragen
Funktionsprinzip
Schritt 1: Die Nutzerkennung auswählen
Schritt 2: Den Integrationscode anpassen
<div id="cookie-consent"></div>
<script src="https://cdn.dastra.eu/sdk/dastra.js?key={YOUR PUBLIC KEY HERE}" async></script>
<script>
// Dastra's array's initialization
window.dastra = window.dastra || [];
// Load the cookie consent in page
dastra.push(['loadCookieConsent', {
widgetId: {Paste your widgetId here (digit)},
selector: '#cookie-consent',
userId: {The userId's variable (email 64bits hash or whatever...)}
}]);
</script>Zuletzt aktualisiert
War das hilfreich?