From 11e03720170d09ca210ffc266eed8740889c9372 Mon Sep 17 00:00:00 2001 From: Marc Bourqui Date: Wed, 26 Sep 2018 13:39:33 +0200 Subject: [PATCH] Fix docs, #108 --- docs/services/google_analytics_js.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/google_analytics_js.rst b/docs/services/google_analytics_js.rst index 12e1c0f..764e023 100644 --- a/docs/services/google_analytics_js.rst +++ b/docs/services/google_analytics_js.rst @@ -59,10 +59,10 @@ Setting the property ID Every website you track with Google Analytics gets its own property ID, and the :ttag:`google_analytics_js` tag will include it in the rendered Javascript code. You can find the web property ID on the overview page -of your account. Set :const:`GOOGLE_ANALYTICS_PROPERTY_ID` in the +of your account. Set :const:`GOOGLE_ANALYTICS_JS_PROPERTY_ID` in the project :file:`settings.py` file:: - GOOGLE_ANALYTICS_PROPERTY_ID = 'UA-XXXXXX-X' + GOOGLE_ANALYTICS_JS_PROPERTY_ID = 'UA-XXXXXX-X' If you do not set a property ID, the tracking code will not be rendered.