Tracking test
Statisches formular
clientid wird als „hidden_field“ im Formular mitgesendet; Quelle der clientid ist des „_ga-Cookie“
function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } clientid = getCookie('_ga');