Commit 72b14b5f authored by SpinShare's avatar SpinShare

added google analytics to base

parent e76f1896
...@@ -50,5 +50,15 @@ ...@@ -50,5 +50,15 @@
<!-- Scripts --> <!-- Scripts -->
{% block scripts %}{% endblock %} {% block scripts %}{% endblock %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167917395-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167917395-1');
</script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment