-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.c: TrackingFor issues related to getting tracking data into Matomo.For issues related to getting tracking data into Matomo.
Description
The goal of this issue is to enable by default the Heart beat timer feature, which lets Piwik JavaScript tracking client send ping requests every N second. By enabling this feature by default we will provide more accurate accurate time on site and time on page.
Steps;
- in the JavaScript tracking code, write
enableHeartBeatTimer
just like we writeenableLinkTracking
- Requires a mechanism where by default, ping frequencies will go down so it won't overload servers, eg. Allow JS tracker to change heart beat wait interval exponentially #8213
Metadata
Metadata
Assignees
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.c: TrackingFor issues related to getting tracking data into Matomo.For issues related to getting tracking data into Matomo.