django-analytical/docs/services/mixpanel.rst
2011-01-21 02:01:40 +01:00

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.