WELCOME TO YOUR TRACKING CENTER
This is where you protect yourself. When you've done all the work to become compliant, you need to be able to prove it. Use the tracking code on each form (lead generation, contact form, surveys, etc.) to track when a person was active and where that was. Don't waste time keeping records manually, and instead have proof of context and source available at your finger tips.
Allowed Domains
These are the domains on which you allow a tracker to be active. Any tracker deployed on a domain that is not listed below, will not be allowed to track.
Personal Tracking Code
Paste the code below into your header or footer (recommended) or anywhere on your site. This tracking code works for most form implementations but only when there is one form on the page.
<script>var pseudonym;var scrollNum=0;function startThingsUpAndGoGDPR(){jQuery("form").submit(function(){jQuery.ajax({type:"POST",url:"https://gdpr.onl/save-datalog/",data:{"DataLog_Email":jQuery("input[name*='mail']").val(),"DataLog_Source_URL":jQuery(location).attr('href'),"DataLog_Source_Context_Text":pseudonym,"DataLog_All_Form_Data":"SUBMITTED___","DalaLog_xLog":"0"},async:!1,success:function(response){}})})
jQuery(document).ready(function(){pseudonym=Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15);jQuery.ajax({type:"POST",url:"https://gdpr.onl/save-datalog/",data:{"DataLog_Email":jQuery("input[name*='mail']").val(),"DataLog_Source_URL":jQuery(location).attr('href'),"DataLog_Source_Context_Text":pseudonym,"DataLog_All_Form_Data":"LOADED___","DalaLog_xLog":"0"},async:!1,success:function(response){}})})
jQuery(document).click(function(evt){ctrck=evt.target.id;jQuery.ajax({type:"POST",url:"https://gdpr.onl/save-datalog/",data:{"DataLog_Email":jQuery("input[name*='mail']").val(),"DataLog_Source_URL":jQuery(location).attr('href'),"DataLog_Source_Context_Text":pseudonym,"DataLog_All_Form_Data":"CLICKED___"+ctrck,"DalaLog_xLog":"0"},async:!1,success:function(response){}})})
jQuery(window).scroll(function(){if(scrollNum < 3){scrollNum=scrollNum+1;jQuery.ajax({type:"POST",url:"https://gdpr.onl/save-datalog/",data:{"DataLog_Email":jQuery("input[name*='mail']").val(),"DataLog_Source_URL":jQuery(location).attr('href'),"DataLog_Source_Context_Text":pseudonym,"DataLog_All_Form_Data":"SCROLLED___","DalaLog_xLog":"0"},async:!1,success:function(response){}})}})}
function loadjQuery(url,success){var script=document.createElement('script');script.src=url;var head=document.getElementsByTagName('head')[0],done=!1;head.appendChild(script);script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){done=!0;success();script.onload=script.onreadystatechange=null;head.removeChild(script)}}}
if(typeof jQuery=='undefined'){loadjQuery('https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js',function(){startThingsUpAndGoGDPR()})}else{startThingsUpAndGoGDPR()}</script>