feat(analytics): Matomo heartbeat timer for accurate read time #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/matomo-heartbeat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #18. Adds
enableHeartBeatTimerto the cookieless Matomo snippet.Without it, Matomo can't measure time on the last page of a visit — and for a blog the typical visit is a single article, so reading time showed as 0s. The heartbeat pings while the tab is active, capturing real dwell time even for single-page visits.
Refs #17
🤖 Generated with Claude Code