Hi
I noticed that the Volumio player calls in Google Analytics. I was quite disappointed to discover this. One of the attractions of Volumio is that not only is Volumio a great audio player but I am also not having my usage and listening tracked by Google or another ad tech corporation. It seems that I was wrong on the count and very disappointed.
Can the Google Analytics be removed for a future release?
I worked on a way to disable google analytics in the UI, but then life got in the middle. Itâs still on our TODO list and itâs 50% done⌠So it will come in the future.
BTW: We are very privacy conscious and we do not track anything more than usage statitstics, like device type and OS. Those are helpful info which help us how to orientate development
IMPORTANT: If you do this, you wonât be able to update Volumio, since you just messed up with system updates integrity. You will need to do a delete user data to upgrade.
Can you point me please to the original post so I will put this warning also there?
Sorry, I can not find it anymore. I use it quite some time now and even Google search does not help me to find my source again. Maybe I found it somewhere else.
Hi
I would have thought that removing the GA script would be relatively straightforward task and would not have any impact on anything else?
There are GDPR compliance issues with using Google Analytics and many people would be unhappy with having their activity shared with Google.
IF GA can not be removed then I would suggest that the AnonymizeIP function is used. This will help with your GDPR compliance. This involves adding this line in the GA tracking snippet.
ga(âsetâ. anonymizeIpâ, true);
The last octet of the users IP address in randomised before it is stored by Google.
If you do need to collect usage stats, may I suggest the use on Matomo Analytics which is open source and doesnât feed Google. Perhaps make it optional.
We tried with Piwik analytics last year (which is now Matomo). We ditched the option for those reasons:
We needed an additional service to host, which meant additional costs
We had to take care of the security of an additional service, which meant more workload that we could not handle
Potentially, this was more harmful than GA for security reasons: we need to be extra careful since we were handling such data on our servers and we were responsable for it.
GA will become optional, as I said itâs 50% done, we just miss the time to finish it and nobody came to help us doing it. (especially those asking for it removal)
In addition, Iâm seeing two new targets in NoScript attempting to run code: firebaseio.com and paddle.com. Iâm not liking the increased activity on my supposedly local music appliances. I guess I could put them behind a DMZ, but that might make updates more difficult.
It (from me anyway) is appreciated you are sorting it I have done a little programming and even my simple stuff I know how hard it can be to recode for what seems a simple idea at the time, then you realise just how much code needs redoing!!
i am looking forward for the GA removal as all the other users too. Do you have any news for us? Why is it so hard to remove this single js code in your files?
Thanks a lot your work, volumio is great with fantastic user experience!