Analytics service integration for Django projects
Project description
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. Not very nice.
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
Performable web analytics and landing pages
The documentation can be found in the docs directory or read online. The source code and issue tracker are generously hosted by GitHub.
If you want to help out with the development of django-analytical, by posting detailed bug reports, proposing new features or other analytics services to support, or suggesting documentation improvements, use the issue tracker. If you want to get your hands dirty, great! Clone the repository, make changes and send a pull request. Please do create an issue to discuss your plans.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.