pirsch-analytics / pirsch

Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.
https://pirsch.io
GNU Affero General Public License v3.0
918 stars 42 forks source link

Update session on event #228

Closed Kugelschieber closed 2 years ago

Kugelschieber commented 2 years ago

Events do not update the session in the database currently. They do extend them, but fields like the time on page and bounce are not stored. This would improve the quality of the data and reduce the bounces for certain use cases (like single pagers with events to trigger the scroll position).