Minor bug: "See Live Demo Dashboard" url is wrongly pointed.
Show HN: Vince – A self hosted alternative to Google Analytics
21–30 of 92 posts
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#22It says GDPR compliant and no cookies on the project page. How are unique visitors calculated? And I'm assuming it can't link conversions to campaigns without some cookie-alternative?
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#23Re: Show HN: Vince – A self hosted alternative to Google Analytics
#24It says GDPR compliant and no cookies on the project page. How are unique visitors calculated? And I'm assuming it can't link conversions to campaigns without some cookie-alternative?
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#25Re: Show HN: Vince – A self hosted alternative to Google Analytics
#26Re: Show HN: Vince – A self hosted alternative to Google Analytics
#27It says GDPR compliant and no cookies on the project page. How are unique visitors calculated? And I'm assuming it can't link conversions to campaigns without some cookie-alternative?
> Instead of tagging users with cookies, we count the number of unique IP addresses that accessed your website. Counting IP addresses is an old-school method that was used before the modern age of JavaScript snippets and tracking cookies.
Since IP addresses are considered personal data under GDPR, we anonymize them using a one-way cryptographic hash function. This generates a random string of letters and numbers that is used to calculate unique visitor numbers for the day. Old salts are deleted to avoid the possibility of linking visitor information from one day to the next. We never store IP addresses in our database or logs.
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#28Re: Show HN: Vince – A self hosted alternative to Google Analytics
#29I mean, it is quite nice to have binary installation hosted on a single VPS, but will you support it?
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#30My go-to self hosted GA alternative is goatcounter https://www.goatcounter.com . It would be interesting to know what advantages it has over it.