feat(matomo): Updated docs

This commit is contained in:
Timothy Stewart 2022-03-19 14:27:50 -05:00
parent da9c34f4ac
commit 5121350785

View File

@ -41,6 +41,18 @@ Sample event for YouTube button.
window.umami('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 ## 🩺 Health Check
A health check endpoint exists on `/healthcheck`. If healthy, it will return with a `200` and the following response: A health check endpoint exists on `/healthcheck`. If healthy, it will return with a `200` and the following response: