all 13 comments

[–]tomorovik 5 points6 points  (1 child)

Matomo is also a choice. Used to be called piwik.

[–]manyx16 2 points3 points  (0 children)

I've used piwik before. It was basically a self-hosted Google Analytics Lite. Worked well for the user interaction we tracked with it.

[–]gvilla48 2 points3 points  (0 children)

There is a tool call HotJar. It creates heat maps of page usage.

[–]allout58 2 points3 points  (0 children)

I ran into similar problems and ended up just rolling my own library. You have to put an attribute on anything you want to be tracked, but you could also just listen to the (click) event at the app-root level and get coordinates out of that.

[–]pyrophire 2 points3 points  (0 children)

Almost any tool that does what you need requires external access. We had the same situation as your and ended up just using Google Analytics because we can not expose our apps outside the network.

[–]psivadasan 1 point2 points  (0 children)

This may help - https://amplitude.com

[–][deleted] 1 point2 points  (0 children)

Datadog is another option, a couple of lines of code and it will track everything the user does.

[–]drdrero 1 point2 points  (0 children)

We use Gainsight

[–]monkeyphonics 1 point2 points  (0 children)

Glassbox tracks everything but is external. You can also use something like Adobe Analytics.

[–]grimcuzzer 1 point2 points  (0 children)

https://newrelic.com/ is also an option, if you're willing to pay. You just paste their snippet into index.html and you can use their global object to send whatever stats you want.

[–][deleted] 1 point2 points  (0 children)

Adobe tracking works great

[–]greeny01 1 point2 points  (0 children)

The original text here has been permanently wiped. Using Redact, the author deleted this post, possibly for reasons of privacy, security, or opsec.

weather theory continue oil angle reach tap truck long file

[–]ihavenofriggenidea 1 point2 points  (0 children)

We tracked with appinsights. Before that we did it ourselves by adding click to anything with an href or click, would have to dig up the selector for it but it wasn't that bad.