matomo-tracker
matomo-tracker copied to clipboard
Stand alone library for using matamo tracking in frontend projects
When searching for "matomo react" on Google, the first result is for the node package [@datapunt/matomo-tracker-react](https://www.npmjs.com/package/@datapunt/matomo-tracker-react?activeTab=dependencies), which appears to be a link to an old version of this Repo. I...
**Describe the bug** Unable to build a React project with Matomo as dependency. **To Reproduce** Steps to reproduce the behavior: ```json { "react-scripts": "1.1.5", "react": "^16.8.0", "@datapunt/matomo-tracker-react": "^0.5.1" } ```...
As a solution to #478 here a propose adding a `enableTracking` function to `MatomoTracker` which does the loading of the matomo.js file and the emission of the correct events. This...
Hello, Currently the module does not support Matomo Tag Manager. Is there any update planned to integrate the Matomo Tag Manager tracking code?
any hint for integrating fingerprintjs and matomo form analytics plugin?
**Is your feature request related to a problem? Please describe.** In the context of the EU Cookie Directive, tracking is only permitted with the consent of the website visitor. In...
**Describe the bug** When you initiate the `createInstance` with the option as per [documentation](https://github.com/Amsterdam/matomo-tracker/tree/master/packages/react#spa-link-tracking): `enableLinkTracking: false, // Important!` A new link tracking event listener is created. This lead thought the...
**Is your feature request related to a problem? Please describe.** I'd like to use MatomoInstance consistently. useMatomo hook returns type not matching with the return type of createInstance. I'd like...
I have a React frontend where users have to log in. The tracking instance is created one the user is logged in with `userId` corresponding to user's first name and...
This is mostly a question (might end up in an improvement though) In the course of my previous PR #562 I've noticed the params are named different than in the...