analytics
analytics copied to clipboard
Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Co-authored-by: Vinicius Brasil This PR aims to remove the generated static `priv/tracker/js/*.js` files from Git. ### Changes ... ### Tests - [x] This PR does not require tests ### Changelog...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
### Changes This PR allows taking into account imported views per visit. #exports-imports ### Tests - [x] Automated tests have been updated ### Changelog - [ ] Entry has been...
### Changes This is an alternative approach to #2945 which completely removes v1 events and sessions migrations. I think it's a bit cleaner in that no v1 tables are created...
### Changes This PR changes how **Time on Page** statistic is calculated. Before it was: ```js sum(duration(page)) / count(unique(page, next_page, session)) ``` Now it is: ```js avg(sum(duration(page) per user) >...
### Changes This PR adds [another SMTP adapter](https://github.com/ruslandoga/bamboo_mua) with the goal of fixing some of the problems people run into with `Bamboo.SMTPAdapter` (which stays the default): - the need for...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...