matomo-nodejs-tracker icon indicating copy to clipboard operation
matomo-nodejs-tracker copied to clipboard

A Node.js wrapper for the Matomo (Piwik) tracking HTTP API

Results 12 matomo-nodejs-tracker issues
Sort by recently updated
recently updated
newest added

The `url` and `querystring` modules are obsolete and generate warnings when npm installing, while the URL and URLSearchParams APIs built into JavaScript perform all the functions needed and are available...

Due to our build-pipeline we can't use `require` to include the module. Using require it would't get bundled into the final build. If we try to use import (`import *...

Directly ship the type definitions with this package and add a `type` property to `package.json`.

Hi there! We're trying the beta of your cloud version; Our innocraft url is: apartum.innocraft.cloud We're using matomo-tracker And the problem is that each request to Matomo servers return with...

I found matomo support tracking http API and provided the js client https://developer.matomo.org/api-reference/tracking-api Instead of use https://github.com/BonifyByForteil/react-native-matomo which requires some Android/iOS SDK dependencies (not possible to do so with managed...

Does this support custom dimensions? If so, perhaps it could be documented. https://developer.matomo.org/guides/tracking-javascript-guide#custom-dimensions

Hello, I want to send "search" tracking events from a nodeJS backend. Using `trackBulk`, I send events with `_id, cdt, e_c, e_a, e_n, e_v` successfully (and see them reported in...

It would be useful to track custom events from nodejs.

I ran into this build error deploying to heroku once I added this tracker: ``` Failed to minify the code from this file: ./node_modules/matomo-tracker/index.js:96 Read more here: http://bit.ly/2tRViJ9 ``` I...

To support Matomo's new [Crash Analytics](https://matomo.org/blog/2023/08/crash-analytics/) feature, we'd like to add crash tracking methods in all supported tracking SDKs. The tracking methods should be similar to the PHP SDK's methods:...