Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tracking of page performance metrics #22339

Open
sgiehl opened this issue Jun 26, 2024 · 0 comments
Open

Improve tracking of page performance metrics #22339

sgiehl opened this issue Jun 26, 2024 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@sgiehl
Copy link
Member

sgiehl commented Jun 26, 2024

Summary

The tracking of page performance metrics is currently designed in a way, that the initial page view tracking request will only contain those performance metrics that are available at that point. Normally tracking is done before events like page load are triggered, so all metrics getting available later won’t be tracked initially. If there is a second tracking request send within this page view (like ping, contents, event, goal, …), it may contain all additional performance metrics and the page view dimensions will be updated accordingly. If no additional tracking happens, the metrics will stay empty for that page view. So it strongly depends on the tracking implementation whether all performance metrics are tracked always or not.

To ensure that all performance metrics are tracked we should consider to automatically send a ping request (if enabled), once all performance metrics are available.

refs #16541

Your Environment

  • Matomo Version: 5
@sgiehl sgiehl added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Jun 26, 2024
@sgiehl sgiehl added this to the For Prioritization milestone Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant