Gebruikersidentificatie
Deze pagina legt uit hoe u de interne identifiers van de organisatie kunt traceren in de toestemmingsbewijzen
Hoe het werkt
Stap 1: Kies de gebruikers-ID
Stap 2: Pas de integratiecode aan
<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>Laatst bijgewerkt
Was dit nuttig?