Fighting with google analytics properties linked to multiple websites.
This commit is contained in:
8
docs/_templates/base.html
vendored
8
docs/_templates/base.html
vendored
@ -52,4 +52,12 @@
|
|||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% 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 %}
|
{%- endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user