mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-12 17:23:14 +00:00
20 lines
500 B
ReStructuredText
20 lines
500 B
ReStructuredText
Mixpanel -- event tracking
|
|
==========================
|
|
|
|
Mixpanel_ tracks events and actions to see what features users are using
|
|
the most and how they are trending. You could use it for real-time
|
|
analysis of visitor retention or funnels.
|
|
|
|
.. _Mixpanel: http://www.mixpanel.com/
|
|
|
|
|
|
Required settings
|
|
-----------------
|
|
|
|
.. data:: MIXPANEL_TOKEN
|
|
|
|
The website project token ::
|
|
|
|
MIXPANEL_TOKEN = '1234567890abcdef1234567890abcdef'
|
|
|
|
You can find the project token on the Mixpanel `projects` page.
|