matomo-org / matomo-org/plugin-AnonymousPiwikUsageMeasurement
Make AnonymousPiwikUsageMeasurement::TRACKING_DOMAIN configurable instead of hardcoded
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4
- Forks
- 12
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 4
Description
I was trying out this plugin but wasn't unable to get it running - till I found out that in the website configuration I try to track to, I must uncheck this

or must include "http://demo-anonymous.matomo.org" too, otherwise, the tracking didn't work.
Is this a relic from the past when usage data was optionally sent to matomo.org? Is it a bug? Or am I overlooking something obvious?
Thanks in advance for your help and work!
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
Read the AnonymousPiwikUsageMeasurement::TRACKING_DOMAIN constant and trace where the tracking domain is consumed. Determine how this plugin currently handles configuration, then verify that the existing hardcoded domain can be replaced by a configurable value without breaking tracking behavior. The issue does not name a file or test, so locating the relevant implementation and test coverage is part of the work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100