diff --git a/frappe/config/docs.py b/frappe/config/docs.py
index 6ed99b4b01..029149d7c0 100644
--- a/frappe/config/docs.py
+++ b/frappe/config/docs.py
@@ -2,6 +2,8 @@
from __future__ import unicode_literals
+docs_version = "7.x.x"
+
source_link = "https://github.com/frappe/frappe"
docs_base_url = "https://frappe.github.io/frappe"
headline = "Superhero Web Framework"
@@ -25,7 +27,7 @@ ERP for managing small and medium sized businesses.
[Get started with the Tutorial](https://frappe.github.io/frappe/user/)
"""
-docs_version = "7.x.x"
+google_analytics_id = 'UA-8911157-23'
def get_context(context):
context.brand_html = ('
{%- block script %}{%- endblock %}
+ {% if app.google_analytics_id %}
+
+ {% endif %}
{%- block body_include %}{{ body_include or "" }}{% endblock -%}