You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The documentation can be found in the docs directory or read
online. The source code and issue tracker are generously hosted by
GitHub. Bugs should be reported there, whereas for lengthy chats
and coding support when implementing new service integrations you're
welcome to use our Gitter chat room.
How To Contribute
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 place a pull request. Creating an
issue to discuss your plans is useful.