mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-22 05:25:13 +01:00
feat(matomo): Updated docs
This commit is contained in:
parent
da9c34f4ac
commit
5121350785
12
README.md
12
README.md
@ -41,6 +41,18 @@ Sample event for YouTube button.
|
||||
window.umami('youtube-button');
|
||||
```
|
||||
|
||||
### Matomo
|
||||
|
||||
See [Installing Matomo fo how to configure analytics](https://matomo.org/docs/installation/) and [how to find your site id](https://matomo.org/faq/general/faq_19212/)
|
||||
|
||||
Use `MATOMO_URL` for your URL and `MATOMO_SITE_ID` for your site id
|
||||
|
||||
Sample event for YouTube button.
|
||||
|
||||
```javascript
|
||||
window._paq.push(['trackEvent', 'youtube-button]]);
|
||||
```
|
||||
|
||||
## 🩺 Health Check
|
||||
|
||||
A health check endpoint exists on `/healthcheck`. If healthy, it will return with a `200` and the following response:
|
||||
|
Loading…
Reference in New Issue
Block a user