matomo-org / matomo-org/plugin-GoogleAnalyticsImporter
Support Custom Dimension with scope:item for GA4 imports
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 29
- Forks
- 16
- Avg merge
- 15h 12m
- Merged PRs (30d)
- 14
Description
Recently Google added a new scope for CustomDimension`item`, this scope is not supported in Matomo yet as we have only 2 types of scope `action` and `visit`, we an map this scope as `action` but there is a bug in core https://github.com/matomo-org/matomo/issues/19351 where action level custom dimensions are not reported correctly, we should wait for core to fix this first and accordingly add this new scope for GA4 imports
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 reviewing the GA4 import handling for CustomDimension scopes and the linked Matomo core issue 19351. Wait for the core action-level reporting fix, then add support for the `item` scope and verify that GA4 item-scoped custom dimensions import and report correctly.
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