angulartics / angulartics2

Vendor-agnostic analytics for Angular2 applications.
MIT License
1.01k stars 195 forks source link

Matomo : When resetUser() is fired then each futur event is tracked in a distinct visit #449

Open GuillaumeWenabi opened 2 years ago

GuillaumeWenabi commented 2 years ago

For support questions, please consider using Gitter - Chat

I'm submitting a ...

In my case, i use resetUser() when user logs out from my application. If I log back with new credentials there should be a way to reset visit like this _paq.push(['appendToTrackingUrl', '']); and track all events of new user in the same visit.

please run the following and copy the output

./node_modules/.bin/ng --version
MikaStark commented 1 year ago

Having same issue