This website uses cookies for analytics and other purposes. We'll assume you're ok with this, but you can opt-out if you wish.Diese Website verwendet Cookies für Analysezwecke und andere Anwendungen. Wir gehen davon aus, dass Sie damit einverstanden sind, Sie können sich jedoch dagegen entscheiden (opt-out), wenn Sie es wünschen.
Cookie settingsACCEPT Privacy & Cookies Policy
// Set to the same value as the web property used on the site
var gaProperty = 'UA-147577495-1';
// Disable tracking if the opt-out cookie exists.
var disableStr = 'ga-disable-' + gaProperty;
if (document.cookie.indexOf(disableStr + '=true') > -1) {
window[disableStr] = true;
}
// Opt-out function
function gaOptout() {
alert('You have opted out of Google Analytics tracking on this website.'),
document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStr] = true;
}
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-H8MFSNY0XP');