Arnaud Mouronval

Results 23 comments of Arnaud Mouronval

@lousley, I guess you may want to fetch the complete configuration for the module from a distant server, not just the scriptUrl and siteId?

Hello, Currently, I haven't implemented yet Media Analytics (and Form Analytics) but it is on my todo list. In the meantime, you can use Media Analytics tracking like you would...

I would start by adding `requireConsent: true` to the MatomoConfig and then, once your user has accepted the terms of services, I would call `this.matomoTracker.setConsentGiven()` which will everything to your...

If you'd like to check the "standard" behavior, then: 1. Clone this repo 2. Build ngx-matomo : `npm run build:ngx-matomo:prod` 3. Run the demo app : `npm run test` You'll...

Thanks for the information. Once I nicely integrate MediaTracking and Form Tracking, I'll check how to provide a better way to interact with plugins.

I did not merge this enhancement as-is, however I implemented this exact suggestion on the new code base (ngx-matomo 1.0 and newer). This option can be found in the config...

I'll try to reproduce this error. It's not quite common, but too many people suffer from it! @RomainFALLER, can you provide me with your package.json file (at least the dependencies)?...

I shall now be able to reproduce. This might be an issue the optionalDepency as indicated in the package.json file of ngx-matomo.

> Hello, I encounter the same issue using yarn as package manager. Looks to work with npm, but I use yarn everywhere. I also use yarn for all of my...

@bastienjalbert or @RomainFALLER, I guess I found my mistake. I can build an updated version of the 2.0 or 1.1 version with this fix and send it directly to you...