Analytics services for Django projects
Find a file
Joost Cassee 1b444076c6 Improve documentation layout
Move author information to AUTHORS.rst.  Move changelog to
CHANGELOG.rst.  Add license to documentation.  Fix README.rst.  Add
documentation source files to revision control.
2011-01-30 16:19:58 +01:00
analytical Bumped version to 0.2.0 2011-01-30 10:35:42 +01:00
docs Improve documentation layout 2011-01-30 16:19:58 +01:00
.gitignore Create project 2011-01-21 02:01:40 +01:00
AUTHORS.rst Improve documentation layout 2011-01-30 16:19:58 +01:00
CHANGELOG.rst Improve documentation layout 2011-01-30 16:19:58 +01:00
LICENSE.txt Improve documentation layout 2011-01-30 16:19:58 +01:00
MANIFEST.in Add docs directory to source distribution 2011-01-30 10:43:02 +01:00
README.rst Improve documentation layout 2011-01-30 16:19:58 +01:00
setup.cfg Create project 2011-01-21 02:01:40 +01:00
setup.py Improve documentation layout 2011-01-30 16:19:58 +01:00

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

The django-analytical application integrates analytics services into a
Django_ project.

Using an analytics service with a Django project means adding Javascript
tracking code to the project templates.  Of course, every service has
its own specific installation instructions.  Furthermore, you need to
include your unique identifiers, which then end up in the templates.
This application hides the details of the different analytics services
behind a generic interface, and keeps personal information and
configuration out of the templates.  Its goal is to make the basic
set-up very simple, while allowing advanced users to customize tracking.
Each service is set up as recommended by the services themselves, using
an asynchronous version of the Javascript code if possible.

Currently supported services:

* `Chartbeat`_ traffic analysis
* `Clicky`_ traffic analysis
* `Crazy Egg`_ visual click tracking
* `Google Analytics`_ traffic analysis
* `HubSpot`_ inbound marketing
* `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 project source is `hosted by GitHub`_.

If you want to help out with development of django-analytical, by
posting detailed bug reports, suggesting new features or other analytics
services to support, or doing some development work yourself, please use
the `issue tracker`_.  If you want to get your hands dirty yourself,
great! Clone the repository, make changes and send a pull request.
Please do create an issue to discuss your plans.

.. _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/
.. _HubSpot: http://www.hubspot.com/
.. _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 by GitHub`: http://github.com/jcassee/django-analytical
.. _`issue tracker`: http://github.com/jcassee/django-analytical/issues