A Django application for integrating analytics services (Google Analytics, Mixpanel, etc.) with minimal configuration. Current version: 3.2.0 (released 2024). Active development under Jazzband.
pip install django-analyticalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add 'analytical' to INSTALLED_APPS and configure analytics providers in settings. Then include {% analytical %} template tag in your base template.
Migrate to using the ANALYTICS dict as described in the documentation.
Replace {% google_analytics %} with {% analytical %}.Run python manage.py collectstatic after installation.
Ensure the tag is inside <head> and before closing </head>.