matomo-org / matomo-org/plugin-GoogleAnalyticsImporter
avg_page_load_time import not supported
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 29
- Forks
- 16
- Avg merge
- 15h 12m
- Merged PRs (30d)
- 14
Description
It can be added, possibly, there's a metric ga:avgPageLoadTime which can be used, but it's non-trivial to use it, since Matomo calculates avg_page_load_time by adding all the other averaged page performance metrics together.
We'd need to somehow import every one of the metrics that are actually stored as records in PagePerformance.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the PagePerformance records and the importer handling Google Analytics metrics. Review how Matomo calculates avg_page_load_time and identify every stored page-performance metric that must be imported; done means the metric is supported using those records and its import behavior is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100