django-analytical


Namedjango-analytical JSON
Version 3.2.0 PyPI version JSON
download
home_pageNone
SummaryAnalytics service integration for Django projects
upload_time2025-07-10 23:07:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords django analytics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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`_ traffic analysis
* `Clickmap`_ visual click tracking
* `Clicky`_ traffic analysis
* `Crazy Egg`_ visual click tracking
* `Facebook Pixel`_ advertising analytics
* `Gaug.es`_ real time web analytics
* `Google Analytics`_ traffic analysis
* `GoSquared`_ traffic monitoring
* `Heap`_ analytics and events tracking
* `Hotjar`_ analytics and user feedback
* `HubSpot`_ inbound marketing
* `Intercom`_ live chat and support
* `KISSinsights`_ feedback surveys
* `KISSmetrics`_ funnel analysis
* `Lucky Orange`_ analytics and user feedback
* `Mixpanel`_ event tracking
* `Olark`_ visitor chat
* `Optimizely`_ A/B testing
* `Performable`_ web analytics and landing pages
* `Matomo (formerly Piwik)`_ open source web analytics
* `Rating\@Mail.ru`_ web analytics
* `SnapEngage`_ live chat
* `Spring Metrics`_ conversion tracking
* `UserVoice`_ user feedback and helpdesk
* `Woopra`_ web analytics
* `Yandex.Metrica`_ web analytics

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-analytical",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Jazzband community <jazzband-bot@users.noreply.github.com>, Peter Bittner <django@bittner.it>",
    "keywords": "django, analytics",
    "author": null,
    "author_email": "Joost Cassee <joost@cassee.net>, Joshua Krall <joshuakrall@pobox.com>, Aleck Landgraf <aleck.landgraf@buildingenergy.com>, Alexandre Pocquet <apocquet@lecko.fr>, Bateau Knowledge <info@bateauknowledge.nl>, Bogdan Bodnar <bogdanbodnar@mail.com>, Brad Pitcher <bradpitcher@gmail.com>, Corentin Mercier <corentin@mercier.link>, Craig Bruce <craig@eyesopen.com>, Daniel Vitiello <ezdismissal@gmail.com>, David Smith <smithdc@gmail.com>, Diederik van der Boor <vdboor@edoburu.nl>, Eric Amador <eric.amador14@gmail.com>, Eric Davis <eric@davislv.com>, Eric Wang <gnawrice@gmail.com>, Garrett Coakley <garrettc@users.noreply.github.com>, Garrett Robinson <garrett.f.robinson@gmail.com>, GreenKahuna <info@greenkahuna.com>, Hugo Osvaldo Barrera <hugo@barrera.io>, Ian Ramsay <ianalexr@yahoo.com>, Iv\u00e1n Raskovsky <raskovsky+git@gmail.com>, James Paden <james@xemion.com>, Jannis Leidel <jannis@leidel.info>, Julien Grenier <julien.grenier42@gmail.com>, Kevin Olbrich <ko@sv01.de>, Marc Bourqui <m.bourqui@edsi-tech.com>, Martey Dodoo <martey@mobolic.com>, Mart\u00edn Gait\u00e1n <gaitan@gmail.com>, \"Matth\u00e4us G. Chajdas\" <dev@anteru.net>, Max Arnold <arnold.maxim@gmail.com>, Nikolay Korotkiy <sikmir@gmail.com>, Paul Oswald <pauloswald@gmail.com>, Peter Bittner <django@bittner.it>, Petr Dlouh\u00fd <petr.dlouhy@email.cz>, \"Philippe O. Wagner\" <admin@arteria.ch>, Pi Delport <pjdelport@gmail.com>, Sandra Mau <sandra.mau@gmail.com>, Scott Adams <scottadams80@gmail.com>, Scott Karlin <gitlab@karlin-online.com>, Sean Wallace <sean@lowpro.ca>, Sid Mitra <sidmitra.del@gmail.com>, Simon Ye <sye737@gmail.com>, Steve Schwarz <steve@agilitynerd.com>, Steven Skoczen <steven.skoczen@wk.com>, Tim Gates <tim.gates@iress.com>, Tinnet Coronam <tinnet@coronam.net>, Uros Trebec <uros@trebec.org>, Walter Renner <walter.renner@me.com>",
    "download_url": "https://files.pythonhosted.org/packages/23/e5/6a149c3abf544c5dc42d1ab5ef70c2b77d9b340a042a9c29fcf45250e03b/django_analytical-3.2.0.tar.gz",
    "platform": null,
    "description": "django-analytical |latest-version|\n==================================\n\n|build-status| |coverage| |python-support| |license| |gitter| |jazzband|\n\nThe django-analytical application integrates analytics services into a\nDjango_ project.\n\n.. start docs include\n\nUsing an analytics service with a Django project means adding Javascript\ntracking code to the project templates.  Of course, every service has\nits own specific installation instructions.  Furthermore, you need to\ninclude your unique identifiers, which then end up in the templates.\nNot very nice.\n\nThis application hides the details of the different analytics services\nbehind a generic interface, and keeps personal information and\nconfiguration out of the templates.  Its goal is to make the basic\nset-up very simple, while allowing advanced users to customize tracking.\nEach service is set up as recommended by the services themselves, using\nan asynchronous version of the Javascript code if possible.\n\n.. end docs include\n\n.. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg\n   :alt: Latest version on PyPI\n   :target: https://pypi.org/project/django-analytical/\n.. |build-status| image:: https://github.com/jazzband/django-analytical/workflows/Test/badge.svg\n   :target: https://github.com/jazzband/django-analytical/actions\n   :alt: GitHub Actions\n.. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/main/graph/badge.svg\n   :alt: Test coverage\n   :target: https://codecov.io/gh/jazzband/django-analytical\n.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg\n   :target: https://pypi.org/project/django-analytical/\n   :alt: Python versions\n.. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg\n   :alt: Software license\n   :target: https://github.com/jazzband/django-analytical/blob/main/LICENSE.txt\n.. |gitter| image:: https://img.shields.io/gitter/room/jazzband/django-analytical.svg\n   :alt: Gitter chat room\n   :target: https://gitter.im/jazzband/django-analytical\n.. |jazzband| image:: https://jazzband.co/static/img/badge.svg\n   :alt: Jazzband\n   :target: https://jazzband.co/\n.. _`Django`: http://www.djangoproject.com/\n\nCurrently Supported Services\n----------------------------\n\n* `Chartbeat`_ traffic analysis\n* `Clickmap`_ visual click tracking\n* `Clicky`_ traffic analysis\n* `Crazy Egg`_ visual click tracking\n* `Facebook Pixel`_ advertising analytics\n* `Gaug.es`_ real time web analytics\n* `Google Analytics`_ traffic analysis\n* `GoSquared`_ traffic monitoring\n* `Heap`_ analytics and events tracking\n* `Hotjar`_ analytics and user feedback\n* `HubSpot`_ inbound marketing\n* `Intercom`_ live chat and support\n* `KISSinsights`_ feedback surveys\n* `KISSmetrics`_ funnel analysis\n* `Lucky Orange`_ analytics and user feedback\n* `Mixpanel`_ event tracking\n* `Olark`_ visitor chat\n* `Optimizely`_ A/B testing\n* `Performable`_ web analytics and landing pages\n* `Matomo (formerly Piwik)`_ open source web analytics\n* `Rating\\@Mail.ru`_ web analytics\n* `SnapEngage`_ live chat\n* `Spring Metrics`_ conversion tracking\n* `UserVoice`_ user feedback and helpdesk\n* `Woopra`_ web analytics\n* `Yandex.Metrica`_ web analytics\n\n.. _`Chartbeat`: http://www.chartbeat.com/\n.. _`Clickmap`: http://clickmap.ch/\n.. _`Clicky`: http://getclicky.com/\n.. _`Crazy Egg`: http://www.crazyegg.com/\n.. _`Facebook Pixel`: https://developers.facebook.com/docs/facebook-pixel/\n.. _`Gaug.es`: http://get.gaug.es/\n.. _`Google Analytics`: http://www.google.com/analytics/\n.. _`GoSquared`: http://www.gosquared.com/\n.. _`Heap`: https://heapanalytics.com/\n.. _`Hotjar`: https://www.hotjar.com/\n.. _`HubSpot`: http://www.hubspot.com/\n.. _`Intercom`: http://www.intercom.io/\n.. _`KISSinsights`: http://www.kissinsights.com/\n.. _`KISSmetrics`: http://www.kissmetrics.com/\n.. _`Lucky Orange`: http://www.luckyorange.com/\n.. _`Mixpanel`: http://www.mixpanel.com/\n.. _`Olark`: http://www.olark.com/\n.. _`Optimizely`: http://www.optimizely.com/\n.. _`Performable`: http://www.performable.com/\n.. _`Matomo (formerly Piwik)`: https://matomo.org\n.. _`Rating\\@Mail.ru`: http://top.mail.ru/\n.. _`SnapEngage`: http://www.snapengage.com/\n.. _`Spring Metrics`: http://www.springmetrics.com/\n.. _`UserVoice`: http://www.uservoice.com/\n.. _`Woopra`: http://www.woopra.com/\n.. _`Yandex.Metrica`: http://metrica.yandex.com\n\nDocumentation and Support\n-------------------------\n\nThe documentation can be found in the ``docs`` directory or `read\nonline`_.  The source code and issue tracker are generously `hosted by\nGitHub`_.  Bugs should be reported there, whereas for lengthy chats\nand coding support when implementing new service integrations you're\nwelcome to use our `Gitter chat room`_.\n\n.. _`read online`: https://django-analytical.readthedocs.io/\n.. _`hosted by GitHub`: https://github.com/jazzband/django-analytical\n.. _`Gitter chat room`: https://gitter.im/jazzband/django-analytical\n\nHow To Contribute\n-----------------\n\n.. start contribute include\n\nIf you want to help out with the development of django-analytical, by\nposting detailed bug reports, proposing new features or other analytics\nservices to support, or suggesting documentation improvements, use the\n`issue tracker`_.  If you want to get your hands dirty, great!  Clone\nthe repository, make changes and place a `pull request`_.  Creating an\nissue to discuss your plans is useful.\n\nThis is a `Jazzband`_ project.  By contributing you agree to abide by the\n`Contributor Code of Conduct`_ and follow the `guidelines`_.\n\n.. _`issue tracker`: https://github.com/jazzband/django-analytical/issues\n.. _`pull request`: https://github.com/jazzband/django-analytical/pulls\n.. _`Jazzband`: https://jazzband.co\n.. _`Contributor Code of Conduct`: https://jazzband.co/about/conduct\n.. _`guidelines`: https://jazzband.co/about/guidelines\n\n.. end contribute include\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Analytics service integration for Django projects",
    "version": "3.2.0",
    "project_urls": {
        "Documentation": "https://django-analytical.readthedocs.io/",
        "Homepage": "https://github.com/jazzband/django-analytical"
    },
    "split_keywords": [
        "django",
        " analytics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79f9e6d298c97de226481556606700fc5ac8db88ccad9c7a95c5d16ed191eb1d",
                "md5": "3003c22b80623c1bd21d66a20cac823b",
                "sha256": "c08e58806a65c8afa155ebc36aa2085b9f100619f41cc40286adb12bd8fd0c23"
            },
            "downloads": -1,
            "filename": "django_analytical-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3003c22b80623c1bd21d66a20cac823b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 49402,
            "upload_time": "2025-07-10T23:07:35",
            "upload_time_iso_8601": "2025-07-10T23:07:35.558418Z",
            "url": "https://files.pythonhosted.org/packages/79/f9/e6d298c97de226481556606700fc5ac8db88ccad9c7a95c5d16ed191eb1d/django_analytical-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23e56a149c3abf544c5dc42d1ab5ef70c2b77d9b340a042a9c29fcf45250e03b",
                "md5": "b3a2f3a3291b6c8370543740d921c00b",
                "sha256": "48de51819b8ae6743838aeddacf7f72a8e85a9bdc8d33d2b89178d154ade7109"
            },
            "downloads": -1,
            "filename": "django_analytical-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b3a2f3a3291b6c8370543740d921c00b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 83057,
            "upload_time": "2025-07-10T23:07:37",
            "upload_time_iso_8601": "2025-07-10T23:07:37.478331Z",
            "url": "https://files.pythonhosted.org/packages/23/e5/6a149c3abf544c5dc42d1ab5ef70c2b77d9b340a042a9c29fcf45250e03b/django_analytical-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 23:07:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jazzband",
    "github_project": "django-analytical",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-analytical"
}
        
Elapsed time: 0.42150s