I have a project and am entirely uninterested in using Google Analytics, Mixpanel, or any other third party tracking service.
I’m mostly interested in where people are getting to my site from so I can invest in the marketing channels that will meet users where they are coming from. I don’t have any interest in tracking demographic data or much of anything that is personally identifiable (outside of the minimum required to differentiate between different site visitors).
Does anyone have recommendations for packages that do this in a Django project on the server side? In my casual searching, I found:
- GitHub - jose-lpa/django-tracking-analyzer: User actions tracking and analytics for Django sites
- GitHub - yunojuno/django-user-visit: Django app for recording daily user visits
But I have no experience with either of these, and I’d be interested to hear the experience that others have had. Thanks for your thoughts on this subject!