-
It would be great to have [Matomo](https://matomo.org/) available as a service, like we have with Redis and PhpMyAdmin.
Alternatively, is anyone using it in Lando already with another method?
-
Matomo (formerly Piwik) is arguably the most well-established open-source alternative to Google Analytics. There's a package which allows for an easy use of Matomo with NextJS projects:
https://www…
-
Hi,
We have 2 tracking matomo on one site.
One tracking is site id 1 and the other is site id 2.
The site id 1 is a tracking pixel shared with other subdomains. All data of the subdomain 1 are g…
-
Currently the EnableLinkTracking encapsulates the download tracking and the outlink tracking.
Though convenient, it has a drawback when you want to deploy a custom dimension on just one of those two …
-
When we see a visitor with a correctly formatted &gclid= parameter, in the landing page url, then we can set this visitor as coming from adwords.
gclid should be at least 10 characters long, and l…
-
### Steps to reproduce ###
1. Create WordPress Multisite
2. Change WP-Piwik's `Add tracking code:` to `Enter manually`
3. Make changes to the tracking code
### Current behavior ###
The modified…
-
GA4 should receive information about
- what has been search
- what facets have been chosen after/with search
- what links / results have been clicked
-
可以用来代替百度统计或者谷歌统计
#### 环境要求
```
A server with Node.js 12 or newer
A database (MySQL or Postgresql)
```
#### 拉去代码并安装
```
git clone https://github.com/mikecao/umami.git
cd umami
npm install…
-
## Context
On a website where Matomo is correctly configured, some attackers try to find vulnerabilities by sending requests like:
`/piwik.php?idsite=1%27%20AND%20EXTRACTVALUE%283565%2CCONCAT%280x…
-
## Context
Right now, our components are mostly used in the console. Our console tracks users with Matomo. Our tracking configuration is minimal (mostly used for browser/OS/device stats). We would …