Analytics services for Django projects
Find a file
Joost Cassee afc1fab40a Make Chartbeat domain property optional
Chartbeat will automatically take the domain from the URL if the domain
property was not set.  So this commit makes detecting the domain
optional.
2011-01-25 00:59:21 +01:00
analytical Make Chartbeat domain property optional 2011-01-25 00:59:21 +01:00
docs Make Chartbeat domain property optional 2011-01-25 00:59:21 +01:00
.gitignore Create project 2011-01-21 02:01:40 +01:00
LICENSE.txt Create project 2011-01-21 02:01:40 +01:00
MANIFEST.in Create project 2011-01-21 02:01:40 +01:00
README.rst Updated analytical 2011-01-25 00:13:44 +01:00
setup.cfg Create project 2011-01-21 02:01:40 +01:00
setup.py Updated analytical 2011-01-25 00:13:44 +01:00

django-analytical
-----------------

The django-analytical application integrates various analytics services
into a Django_ project.  Currently supported services:

* `Chartbeat`_ -- traffic analysis
* `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/
.. _Chartbeat: http://www.chartbeat.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/