matomo-org / matomo-org/plugin-QueuedTracking
New config to disable queued tracking for certain site IDs
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 87
- Forks
- 41
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 7
Description
Unfortunately, queued tracking can't be used, when utilizing User-IDs (because of the sequential nature of visitor recognition with User-IDs). The possibility of appending the parameter "&queuedtracking=0" is not always an option (mobile tracking, not using the TagManager, custom plugins). Therefore, it'd be great, if Queued Tracking could be disabled for certain Site-IDs entirely.
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 tracing how the QueuedTracking plugin reads configuration and handles tracking requests, then identify where site IDs can be checked before queuing. Done means a configuration option disables queued tracking for selected Site-IDs while leaving it enabled for others; no files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100