The documentation states that rybbit does not use cookies and is compliant with the GDPR. The first part is true but, looking at the code (very nice to have it available), the tracking is done by IP address, trading one piece of tracking data for another. I realize that this is probably the only way it could work but it is not clear to me that tracking by IP address (even over a single session and shredding the data…
If the IP address is hashed somehow it would no longer be personally identifying while still being unique enough for analytics purposes, correct? Does geographic grouping data depend on the IP address? If so I suppose it would need to be extracted first before hashing the IP, and I wonder how much that weakens the anonymization.
RybbitL Open source Google Analytics replacement
11–20 of 173 posts
Re: RybbitL Open source Google Analytics replacement
#12Re: RybbitL Open source Google Analytics replacement
#13Re: RybbitL Open source Google Analytics replacement
#14Re: RybbitL Open source Google Analytics replacement
#15For me, the best Google analytics replacement has been nothing. Just don’t do analytics at all. Your web site will still work without it. In fact, it will work better!
Re: RybbitL Open source Google Analytics replacement
#16Earlier quoted context omitted.
If the IP address is hashed somehow it would no longer be personally identifying while still being unique enough for analytics purposes, correct? Does geographic grouping data depend on the IP address? If so I suppose it would need to be extracted first before hashing the IP, and I wonder how much that weakens the anonymization.
You can hash every IPV4 for a rainbow table. Needs some salt.
Re: RybbitL Open source Google Analytics replacement
#17Why not Matomo?
This project here looks interesting, but is quite new. Lets see how it evolves in the future.
Re: RybbitL Open source Google Analytics replacement
#18For me, the best Google analytics replacement has been nothing. Just don’t do analytics at all. Your web site will still work without it. In fact, it will work better!
That's just not realistic though. People with marketing departments need analytics. Otherwise, they atrophy and reveal to everyone they are not as necessary as led to believe. People without marketing departments probably never look at the logs like you.
Re: RybbitL Open source Google Analytics replacement
#19Re: RybbitL Open source Google Analytics replacement
#20How do products like rybbit.io stay competitive without a similar free tier or major differentiation? Is rybbit generating revenue for its hosted plan?