Fighting with google analytics properties linked to multiple websites.

This commit is contained in:
Romain Dorgueil
2017-10-12 08:20:59 +02:00
committed by GitHub
parent 5dac844f0c
commit 8174257bd0

View File

@ -52,4 +52,12 @@
})();
</script>
{% endif %}
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4678258-14"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-4678258-14');
</script>
{%- endblock %}