-
Je ne vois plus d'indications dans la documentation pour mettre en place un outil de suivi des statistiques d'utilisation de l'application. Est-ce toujours possible dans la version actuelle?
pnrma updated
2 years ago
-
Hi @Arnaud73, I just tried to install the package and it resolves to a 0.2.0 version by eduardmarcinco.
Maybe it's my local acting up but could you perhaps double check it's updated on npmjs properly…
-
Packages used:
```
"@ngx-matomo/router": "^3.0.0",
"@ngx-matomo/tracker": "^3.0.0",
"@elemental-concept/env-bakery": "0.0.5",
// Angular 14
```
I'm trying to dynamically load in environment …
-
Hi,
Could it be possible to add an option (or make it a default behaviour) that stops tracking when Angular app is in dev mode ? Of course all `trackPageView()` calls can be surrounded by a test `i…
-
Thanks for providing the ngx-matomo package, it works great!
I'm having a small problem however with implementing actions. I've used your example:
```
Example #1
```
However when I clic…
-
Is it currently possible to load the Site ID and Tracker URL in an async manner?
I have an Angular 10 project that stores every config in a database, and would need to query the backend before I ca…
-
Hello,
When using the scripts provided by Matomo (`Matomo` and `Matomo Tag Manager`) we're able to get a Preview/Debug on a console when providing following query params : `https://website.com/?mtm…
-
Is there any way to completely disable link tracking? I have tried to use the enableLinkTracking(false) method on the tracker, but that does not stop links from being tracked, it only seems to stop mi…
-
When importing the tracker module:
```
NgxMatomoTrackerModule.forRoot({ siteId: 'initialSiteId', trackerUrl: 'initialTrackerUrl'})
```
How can the `siteId` and `trackerUrl` first be retrieved asyn…
-
I am trying to use the tracker setUserId method to provide usernames to Matomo and have created a MatomoRouterInterceptor that looks like this:
```
@Injectable()
export class MatomoInterceptor impl…