-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.c: Data Integrity & Accuracyc: TrackingFor issues related to getting tracking data into Matomo.For issues related to getting tracking data into Matomo.
Milestone
Description
Just seeing bounce count is calculated by sum(case " . self::LOG_VISIT_TABLE . ".visit_total_actions when 1 then 1 when 0 then 1 else 0 end
but it looks like visit_total_actions is also increased for events, searches etc.
This means when there is a pageview followed by an event, it is not counted as bounced but it should be I think
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.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.c: Data Integrity & Accuracyc: TrackingFor issues related to getting tracking data into Matomo.For issues related to getting tracking data into Matomo.