2024-02-25 21:50:41 +03:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
<script defer src="https://www.googletagmanager.com/gtag/js?id={{ site.analytics.google.id }}"></script>
|
|
|
|
<script>
|
2024-11-16 17:49:55 +03:00
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
2024-02-25 21:50:41 +03:00
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
|
|
dataLayer.push(arguments);
|
|
|
|
}
|
|
|
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', '{{ site.analytics.google.id }}');
|
|
|
|
});
|
|
|
|
</script>
|