Add changelog entry on tracker script (#5188)

This commit is contained in:
Karl-Aksel Puulmann 2025-03-13 11:42:30 +02:00 committed by GitHub
parent ca4da16744
commit 6739269765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
- Add Segments feature
- Support `["is", "segment", [<segment ID>]]` filter in Stats API
- Time on page metric is now sortable in reports
- Plausible tracker script now reports maximum scroll depth reached and time engaged with the site in an `engagement` event. These are reported as `sd` and `e` integer parameters to /api/event endpoint respectively. If you're using a custom proxy for plausible script, please ensure that these parameters are being passed forward.
### Removed