Add better analytics to docs (#1854)

This commit is contained in:
Richard Liaw
2018-04-10 00:51:44 -07:00
committed by Robert Nishihara
parent efeaacbedc
commit e82bea40b1
+14
View File
@@ -0,0 +1,14 @@
{% extends "!layout.html" %}
{%- block extrahead %}
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110413294-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110413294-1');
</script>
{% endblock %}