jazzband / django-analytical

Analytics services for Django projects
MIT License
1.19k stars 167 forks source link
analytics django python templates

django-analytical |latest-version|

|build-status| |coverage| |python-support| |license| |gitter| |jazzband|

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

.. start docs include

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.

.. end docs include

.. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg :alt: Latest version on PyPI :target: https://pypi.org/project/django-analytical/ .. |build-status| image:: https://github.com/jazzband/django-analytical/workflows/Test/badge.svg :target: https://github.com/jazzband/django-analytical/actions :alt: GitHub Actions .. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/main/graph/badge.svg :alt: Test coverage :target: https://codecov.io/gh/jazzband/django-analytical .. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg :target: https://pypi.org/project/django-analytical/ :alt: Python versions .. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg :alt: Software license :target: https://github.com/jazzband/django-analytical/blob/main/LICENSE.txt .. |gitter| image:: https://img.shields.io/gitter/room/jazzband/django-analytical.svg :alt: Gitter chat room :target: https://gitter.im/jazzband/django-analytical .. |jazzband| image:: https://jazzband.co/static/img/badge.svg :alt: Jazzband :target: https://jazzband.co/ .. _Django: http://www.djangoproject.com/

Currently Supported Services

.. Chartbeat: http://www.chartbeat.com/ .. Clickmap: http://clickmap.ch/ .. Clicky: http://getclicky.com/ .. Crazy Egg: http://www.crazyegg.com/ .. Facebook Pixel: https://developers.facebook.com/docs/facebook-pixel/ .. Gaug.es: http://get.gaug.es/ .. Google Analytics: http://www.google.com/analytics/ .. GoSquared: http://www.gosquared.com/ .. Heap: https://heapanalytics.com/ .. Hotjar: https://www.hotjar.com/ .. HubSpot: http://www.hubspot.com/ .. Intercom: http://www.intercom.io/ .. KISSinsights: http://www.kissinsights.com/ .. KISSmetrics: http://www.kissmetrics.com/ .. Lucky Orange: http://www.luckyorange.com/ .. Mixpanel: http://www.mixpanel.com/ .. Olark: http://www.olark.com/ .. Optimizely: http://www.optimizely.com/ .. Performable: http://www.performable.com/ .. Matomo (formerly Piwik): https://matomo.org .. Rating\@Mail.ru: http://top.mail.ru/ .. SnapEngage: http://www.snapengage.com/ .. Spring Metrics: http://www.springmetrics.com/ .. UserVoice: http://www.uservoice.com/ .. Woopra: http://www.woopra.com/ .. Yandex.Metrica: http://metrica.yandex.com

Documentation and Support

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_.

.. read online: https://django-analytical.readthedocs.io/ .. hosted by GitHub: https://github.com/jazzband/django-analytical .. _Gitter chat room: https://gitter.im/jazzband/django-analytical

How To Contribute

.. start contribute include

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.

This is a Jazzband project. By contributing you agree to abide by the Contributor Code of Conduct and follow the guidelines_.

.. issue tracker: https://github.com/jazzband/django-analytical/issues .. pull request: https://github.com/jazzband/django-analytical/pulls .. Jazzband: https://jazzband.co .. Contributor Code of Conduct: https://jazzband.co/about/conduct .. _guidelines: https://jazzband.co/about/guidelines

.. end contribute include