remove segment, revert back gtag

This commit is contained in:
rustdesk
2023-08-26 20:21:36 +08:00
parent bc0f9982ba
commit f9649a39dc
13 changed files with 100 additions and 68 deletions

View File

@@ -54,4 +54,12 @@
}
}, 2000);
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178912857-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-178912857-1');
</script>
{{ end }}