django-analytical/README.rst

129 lines
5.2 KiB
ReStructuredText
Raw Normal View History

django-analytical |latest-version|
==================================
|travis-ci| |coveralls| |health| |python-support| |license| |gitter|
2012-02-27 00:15:33 +00:00
The django-analytical application integrates analytics services into a
Django_ project.
2015-05-17 13:20:47 +00:00
.. start docs include
2012-02-27 00:15:33 +00:00
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.
2015-05-17 13:20:47 +00:00
.. end docs include
.. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg
:alt: Latest version on PyPI
:target: https://pypi.python.org/pypi/django-analytical
.. |travis-ci| image:: https://img.shields.io/travis/jcassee/django-analytical/master.svg
:alt: Build status
:target: https://travis-ci.org/jcassee/django-analytical
2015-05-18 09:45:47 +00:00
.. |coveralls| image:: https://coveralls.io/repos/jcassee/django-analytical/badge.svg
:alt: Test coverage
:target: https://coveralls.io/r/jcassee/django-analytical
2015-09-08 20:43:02 +00:00
.. |health| image:: https://landscape.io/github/jcassee/django-analytical/master/landscape.svg?style=flat
:target: https://landscape.io/github/jcassee/django-analytical/master
:alt: Code health
2016-04-17 09:51:27 +00:00
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg
:target: https://pypi.python.org/pypi/django-analytical
:alt: Python versions
.. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg
:alt: Software license
:target: https://github.com/jcassee/django-analytical/blob/master/LICENSE.txt
2015-09-24 20:07:37 +00:00
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Gitter chat room
:target: https://gitter.im/jcassee/django-analytical
2015-04-20 12:42:23 +00:00
.. _`Django`: http://www.djangoproject.com/
2015-04-20 12:38:37 +00:00
Currently Supported Services
----------------------------
2012-02-27 00:15:33 +00:00
* `Chartbeat`_ traffic analysis
* `Clickmap`_ visual click tracking
2012-02-27 00:15:33 +00:00
* `Clicky`_ traffic analysis
* `Crazy Egg`_ visual click tracking
2017-10-17 14:07:40 +00:00
* `Facebook Pixel`_ advertising analytics
2015-11-05 19:26:41 +00:00
* `Gaug.es`_ real time web analytics
2012-02-27 00:15:33 +00:00
* `Google Analytics`_ traffic analysis
* `GoSquared`_ traffic monitoring
* `HubSpot`_ inbound marketing
* `Intercom`_ live chat and support
2012-02-27 00:15:33 +00:00
* `KISSinsights`_ feedback surveys
* `KISSmetrics`_ funnel analysis
* `Mixpanel`_ event tracking
* `Olark`_ visitor chat
* `Optimizely`_ A/B testing
* `Performable`_ web analytics and landing pages
2014-07-04 19:31:46 +00:00
* `Piwik`_ open source web analytics
2016-05-25 22:47:04 +00:00
* `Rating\@Mail.ru`_ web analytics
2012-02-27 00:15:33 +00:00
* `SnapEngage`_ live chat
* `Spring Metrics`_ conversion tracking
* `UserVoice`_ user feedback and helpdesk
* `Woopra`_ web analytics
* `Yandex.Metrica`_ web analytics
2012-02-27 00:15:33 +00:00
.. _`Chartbeat`: http://www.chartbeat.com/
.. _`Clickmap`: http://getclickmap.com/
2012-02-27 00:15:33 +00:00
.. _`Clicky`: http://getclicky.com/
.. _`Crazy Egg`: http://www.crazyegg.com/
2017-10-17 14:07:40 +00:00
.. _`Facebook Pixel`: https://developers.facebook.com/docs/facebook-pixel/
2015-11-05 19:26:41 +00:00
.. _`Gaug.es`: http://get.gaug.es/
2012-02-27 00:15:33 +00:00
.. _`Google Analytics`: http://www.google.com/analytics/
.. _`GoSquared`: http://www.gosquared.com/
.. _`HubSpot`: http://www.hubspot.com/
.. _`Intercom`: http://www.intercom.io/
2012-02-27 00:15:33 +00:00
.. _`KISSinsights`: http://www.kissinsights.com/
.. _`KISSmetrics`: http://www.kissmetrics.com/
.. _`Mixpanel`: http://www.mixpanel.com/
.. _`Olark`: http://www.olark.com/
.. _`Optimizely`: http://www.optimizely.com/
.. _`Performable`: http://www.performable.com/
2014-07-04 19:31:46 +00:00
.. _`Piwik`: http://www.piwik.org/
2016-05-25 22:47:04 +00:00
.. _`Rating\@Mail.ru`: http://top.mail.ru/
2012-02-27 00:15:33 +00:00
.. _`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
2012-02-27 00:15:33 +00:00
2015-09-24 20:07:37 +00:00
Documentation and Support
-------------------------
2015-04-20 12:38:37 +00:00
The documentation can be found in the ``docs`` directory or `read
online`_. The source code and issue tracker are generously `hosted by
2015-09-24 20:07:37 +00:00
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`_.
2015-04-20 12:38:37 +00:00
.. _`read online`: https://django-analytical.readthedocs.io/
2015-09-24 20:07:37 +00:00
.. _`hosted by GitHub`: https://github.com/jcassee/django-analytical
.. _`Gitter chat room`: https://gitter.im/jcassee/django-analytical
2015-04-20 12:38:37 +00:00
How To Contribute
-----------------
.. start contribute include
2015-04-20 12:38:37 +00:00
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.
2015-04-20 12:38:37 +00:00
2015-09-24 20:07:37 +00:00
.. _`issue tracker`: https://github.com/jcassee/django-analytical/issues
2015-11-05 19:27:20 +00:00
.. _`pull request`: https://github.com/jcassee/django-analytical/pulls
.. end contribute include