diff --git a/docs/_includes/analytics.html b/docs/_includes/analytics.html
new file mode 100644
index 000000000..0cdbad25d
--- /dev/null
+++ b/docs/_includes/analytics.html
@@ -0,0 +1,7 @@
+
+
+
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
index 80ae0323a..e4d432e12 100644
--- a/docs/_includes/head.html
+++ b/docs/_includes/head.html
@@ -13,3 +13,5 @@
+
+{% if jekyll.environment == "production" %}{% include analytics.html %}{% endif %}