diff options
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r-- | static/website/templates/header.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index f9d9c53..9ac59e0 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -31,6 +31,15 @@ jQuery(document).ready(function($){ }); </script> +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82999923-8"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-82999923-8'); +</script> </head> {% endblock %} |