mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fix docs, #108
This commit is contained in:
parent
bf3a1aebde
commit
11e0372017
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue