mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
36 lines
1.5 KiB
ReStructuredText
36 lines
1.5 KiB
ReStructuredText
django-analytical
|
|
-----------------
|
|
|
|
The django-analytical application integrates various analytics services
|
|
into a Django_ project. Currently supported services:
|
|
|
|
* `Clicky`_ -- traffic analysis
|
|
* `Crazy Egg`_ -- visual click tracking
|
|
* `Google Analytics`_ traffic analysis
|
|
* `KISSinsights`_ -- feedback surveys
|
|
* `KISSmetrics`_ -- funnel analysis
|
|
* `Mixpanel`_ -- event tracking
|
|
* `Optimizely`_ -- A/B testing
|
|
|
|
The documentation can be found in the ``docs`` directory or `read
|
|
online`_. The source code and issue tracker are `hosted on GitHub`_.
|
|
|
|
Copyright (C) 2011 Joost Cassee <joost@cassee.net>. This software is
|
|
licensed under the MIT License (see LICENSE.txt).
|
|
|
|
This application was inspired by and uses ideas from Analytical_,
|
|
Joshua Krall's all-purpose analytics front-end for Rails. The work on
|
|
Crazy Egg was made possible by `Bateau Knowledge`_.
|
|
|
|
.. _Django: http://www.djangoproject.com/
|
|
.. _Clicky: http://getclicky.com/
|
|
.. _`Crazy Egg`: http://www.crazyegg.com/
|
|
.. _`Google Analytics`: http://www.google.com/analytics/
|
|
.. _KISSinsights: http://www.kissinsights.com/
|
|
.. _KISSmetrics: http://www.kissmetrics.com/
|
|
.. _Mixpanel: http://www.mixpanel.com/
|
|
.. _Optimizely: http://www.optimizely.com/
|
|
.. _`read online`: http://packages.python.org/django-analytical/
|
|
.. _`hosted on GitHub`: http://www.github.com/jcassee/django-analytical
|
|
.. _Analytical: https://github.com/jkrall/analytical
|
|
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/
|