mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-26 15:44:09 +00:00
added documentation for ANONYMIZE_IP
This commit is contained in:
parent
f4f99f6d6d
commit
a88d7272a6
1 changed files with 18 additions and 0 deletions
|
|
@ -172,3 +172,21 @@ Just remember that if you set the same context variable in the
|
|||
context processor, the latter clobbers the former.
|
||||
|
||||
.. _`custom variables`: http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html
|
||||
|
||||
|
||||
.. _google-analytics-anonimyze-ips:
|
||||
|
||||
Anonymize IPs
|
||||
----------------
|
||||
|
||||
You can enable the `IP anonymization`_ feature by setting the
|
||||
:const:`GOOGLE_ANALYTICS_ANONYMIZE_IP` configuration setting::
|
||||
|
||||
GOOGLE_ANALYTICS_ANONYMIZE_IP = True
|
||||
|
||||
This may be mandatory for deployments in countries that have a firm policies
|
||||
concerning data privacy (e.g. Germany).
|
||||
|
||||
By default, IPs are not anonymized.
|
||||
|
||||
.. _`IP anonymization`: https://support.google.com/analytics/bin/answer.py?hl=en&answer=2763052
|
||||
Loading…
Reference in a new issue