Piwik has the problem that it writes directly to MySQL as the activity happens. If your database is down, you lose data. If you have a spike of traffic above what your DB can handle in writes, you lose data. Snowplow doesn't have this problem.
You can query your writes in Redis, so it won't be lost if your database goes down. https://piwik.org/faq/how-to/faq_19738/
Self-host analytics for better privacy and accuracy
61–70 of 93 posts
Re: Self-host analytics for better privacy and accuracy
#62One potential problem: if you, say, test out self-hosted alongside GA, and get different numbers, people are going to question the value of the self-hosted thing.
Re: Self-host analytics for better privacy and accuracy
#63Re: Self-host analytics for better privacy and accuracy
#64Earlier quoted context omitted.
The default Piwik Sandstorm install has "piwik" nowhere in the URL.
Yeah, unfortunately it shows up as https://ls4an735rucvfa6ps6bb.filippo.sandcats.io/embed.js - it's getting to the point where I need to start performing actual content inspection.
Re: Self-host analytics for better privacy and accuracy
#65Earlier quoted context omitted.
Is their any difference in data ownership between GA and parsely?
Data ownership in GA is a "gray area" that becomes less gray if you pay $150K/yr for "GA Premium". Google has mixed incentives in running its free analytics service. It gets web-wide analytics data, it uses data to help it sell more AdWords to customers, and it integrates GA with other services, like their display advertising products (DFP, etc.) From a practical standpoint, you don't "own" analytics data when a) you…
If SpaceX can afford to not hide their pricing behind a sales rep, so can you: http://www.spacex.com/about/capabilities
Re: Self-host analytics for better privacy and accuracy
#66Earlier quoted context omitted.
Data ownership in GA is a "gray area" that becomes less gray if you pay $150K/yr for "GA Premium". Google has mixed incentives in running its free analytics service. It gets web-wide analytics data, it uses data to help it sell more AdWords to customers, and it integrates GA with other services, like their display advertising products (DFP, etc.) From a practical standpoint, you don't "own" analytics data when a) you…
While I find your stance on privacy very refreshing for an analytics company, hiding your pricing info behind a sales rep is a huge turnoff for me. If you feel your pricing is reasonable for the service that you provide, I really don't see why you can't just display it proudly on your site. If SpaceX can afford to not hide their pricing behind a sales rep, so can you: http://www.spacex.com/about/capabilities
Re: Self-host analytics for better privacy and accuracy
#67Piwik has the problem that it writes directly to MySQL as the activity happens. If your database is down, you lose data. If you have a spike of traffic above what your DB can handle in writes, you lose data. Snowplow doesn't have this problem.
They also have a problem that their password hashing method is still md5[0]. [0] - https://developer.piwik.org/api-reference/Piwik/Auth
That really doesn't inspire confidence that they know what they're doing. md5 is a canary in the coal mine for me, and I definitely won't use Piwik now.
Re: Self-host analytics for better privacy and accuracy
#68Earlier quoted context omitted.
Why isn't it scalable?
MySQL
Re: Self-host analytics for better privacy and accuracy
#69Earlier quoted context omitted.
They also have a problem that their password hashing method is still md5[0]. [0] - https://developer.piwik.org/api-reference/Piwik/Auth
Piwik started in 2007. It was inexcusable to use md5 then. The problem is that it was ever md5, not that it is still md5. That really doesn't inspire confidence that they know what they're doing. md5 is a canary in the coal mine for me, and I definitely won't use Piwik now.
Re: Self-host analytics for better privacy and accuracy
#70"Self-hosting analytics for better privacy and accuracy." Then why using google fonts which is listed by Disconnect.me (used by Firefox) as a tracking domain? Isn't that paradoxical?
Oh, hey, good point. Let me fix that. EDIT: Done. Not exactly straightforward to download Google Fonts but there are great helpers around. Got rid of CDNjs as well, since CloudFlare has HTTP/2 now. No 3rd parties left except GA, which will go in a day or two.
Hah, wonder why that is.