mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Add missing Google Analytics instructions to install section
This commit is contained in:
parent
00bc123b88
commit
ba8982be0a
2 changed files with 10 additions and 2 deletions
|
|
@ -133,10 +133,18 @@ settings required to enable each service are listed here:
|
|||
|
||||
GAUGES_SITE_ID = '0123456789abcdef0123456789abcdef'
|
||||
|
||||
* :doc:`Google Analytics <services/google_analytics>`::
|
||||
* :doc:`Google Analytics (legacy) <services/google_analytics>`::
|
||||
|
||||
GOOGLE_ANALYTICS_PROPERTY_ID = 'UA-1234567-8'
|
||||
|
||||
* :doc:`Google Analytics (gtag.js) <services/google_analytics_gtag>`::
|
||||
|
||||
GOOGLE_ANALYTICS_GTAG_PROPERTY_ID = 'UA-1234567-8'
|
||||
|
||||
* :doc:`Google Analytics (analytics.js) <services/google_analytics_js>`::
|
||||
|
||||
GOOGLE_ANALYTICS_JS_PROPERTY_ID = 'UA-12345678-9'
|
||||
|
||||
* :doc:`HubSpot <services/hubspot>`::
|
||||
|
||||
HUBSPOT_PORTAL_ID = '1234'
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ Javascript code. You can find the web property ID on the overview page
|
|||
of your account. Set :const:`GOOGLE_ANALYTICS_JS_PROPERTY_ID` in the
|
||||
project :file:`settings.py` file::
|
||||
|
||||
GOOGLE_ANALYTICS_JS_PROPERTY_ID = 'UA-XXXXXX-X'
|
||||
GOOGLE_ANALYTICS_JS_PROPERTY_ID = 'UA-XXXXXXXX-X'
|
||||
|
||||
If you do not set a property ID, the tracking code will not be rendered.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue