You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionally track usage with Matomo. To do so add configuration key matomo with value object passed to vue-matomo configuration.
First implement without consent. Then add a setting in the "My Data" tab of TheSettings component (see methods of this.$matomo documented at https://developer.matomo.org/api-reference/tracking-javascript) so users can enable/disable tracking. For first use, we also need to show an alert, asking user to enable tracking.
The text was updated successfully, but these errors were encountered:
Optionally track usage with Matomo. To do so add configuration key
matomo
with value object passed to vue-matomo configuration.First implement without consent. Then add a setting in the "My Data" tab of TheSettings component (see methods of
this.$matomo
documented at https://developer.matomo.org/api-reference/tracking-javascript) so users can enable/disable tracking. For first use, we also need to show an alert, asking user to enable tracking.The text was updated successfully, but these errors were encountered: