HockeyStack’s automatic tracking is not magic, although it certainly feels like that. What you add to your website is basically a script file hosted through a CDN network, like any other third-party app.
But what separates HockeyStack from the other analytics tools is that it listens to all events registered on your website through DOM event listeners so that it can track clicks, submissions, and searches, as well as pageviews. Not only the events, but HockeyStack can also automatically track certain event properties like the text content of buttons, URLs of links, and the searched values.
To enrich your data, you can identify your customers through a simple one-line method bound to the global HockeyStack object on your website, or send your own custom events to add additional properties to actions and users
The tracking script at the time of this writing is about 9.11 kilobytes. Although byte size definitely matters, an addition of this small magnitude would not affect your site speed at all.
HockeyStack stores all data in the EU, and you can send us an email at hello@hockeystack.com for the DPA.
Also, all users have an option to clear their data whenever they want.
In this day and age, opting out of cookies has become the default and tracking tools switching to cookie-less alternatives has become the fashion. Thankfully, the HockeyStack team follows the fashion trends.
The HockeyStack snippet that you receive when you sign up by default is modified for cookieless tracking:
The data-cookieless
attribute runs the script under cookieless tracking and removing that would automatically switch you to cookie-based tracking.
Although we can’t disclose all the details, we use a fingerprint generated at the server and hashed using the SHA256 algorithm with a unique salt so that it would be impossible to obtain the original data from the fingerprint.
To create this fingerprint, we use data such as but not limited to:
All this data is gathered through the browser, and its variety ensures that the fingerprint created is as unique as possible.
ec5d7eb1-4c2b-4da0-a214-c7059f1fa9e6
This is an example user id that I’ve copied from our own dashboard. As you can see, it is impossible to decrypt but gives you an opportunity to record unique traffic.
Does HockeyStack slow down website loading speed?
No, not at all as the script is pretty small.
Can HockeyStack track users across subdomains?
Yes, it can track users across subdomains. You can add a subdomain to your account in Settings.
Where does HockeyStack store its data?
In Frankfurt, Germany.