Django Analytics


Settings


DJANGO_ANALYTICS_COOKIE_PREFIX

A prefix to use for names of cookies used by Django Analytics.
Default: "dac".

DJANGO_ANALYTICS_SERVER

Name of the Django Analytics server that collects the tracking information. Do not change this unless instructed to by our staff.

DJANGO_ANALYTICS_TAG_USER_GROUPS

Whether to tag users according to the groups they belong to. In case your site does not use groups, you can disable this for a small performance gain.
Default: True.

DJANGO_ANALYTICS_USER_PROXY

The user proxy class to use for gathering information about each user. See Customization.

DJANGO_ANALYTICS_VISIT_TIMEOUT

The number of minutes after which Django Analytics assumes that the user's visit has ended, if the user is idle.
Default: 60.