Tracker allows for Admin management of site trackers.
There is also limited gatekeeping ("Set it and forget it!") available for trackers.
Add "tracker" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'tracker', ]
Edit your base template to:
- {% load tracking_tags %}
- Add references to the insert_trackers templatetag for the default tracking locations.
See the project README for more detailed instructions.