TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Netlify Analytics

172 pointsby melzareialmost 6 years ago

19 comments

SanchoPandaalmost 6 years ago
The funny thing for me is how much more intuitive this is when you run an actual server, or vps, and how fundamental it is in that context (&quot;Oh crap, bunch of views, they are slowing this laptop down a bunch!&quot;) while being so much more involved here.<p>I&#x27;m hesitant to generalize past myself, but I really wish someone made me learn the basics on a web server in my own home, where I could reboot it by pulling out a power cord, and transfer files with a usb stick. I would have been so much more able to make thought out trade-offs or attempt grander things.<p>Its straight-forward and free (at the margin) to throw up a password protected site on a server, but daunting in SaaS world. Same story for having a bash script update some page with a gnuplot chart with data obtained via curl&#x2F;wget, vs. CORS and an API, and a charting library, and json ...<p>I shudder to think of how much time I wasted as I was just learning web anything on solutions that were way too big and complex for my goals at the time - from docker, to lambdas, AWS orbit based nuclear powered whatever to run a clock widget or whatnot. I&#x27;m certainly glad I learned those things, and they are scalable and safer and all those good things, but hard to put into context without knowing how one stupid server doing it all by itself would do it.<p>This is all a drawn out way of saying that the cheapest lightsail vps is like 3 bucks a month, and you can implement all the fanciest netlify features right on it, and if you never have done that, you really should. If anything when you do move to netlify, you will really appreciate it on a different level.
评论 #20410189 未加载
评论 #20408732 未加载
iooialmost 6 years ago
Seems like a big miss on their part. I love Netlify and I use them for my personal site. When I got their newsletter email announcing this, the first thought that entered my head was: &quot;Finally! I can take Google Analytics off my site. About time a serious contender took on GA.&quot;<p>Unfortunately this costs $108&#x2F;year more than GA. And while there are a couple of GA alternatives out there, having the financial backing of someone like Netlify makes a big difference. I don&#x27;t want to think about analytics, I just want to know roughly how much traffic my site is getting, not having to worry about an open source project dying in the next year and having to find yet another replacement.
评论 #20407211 未加载
pcmaffeyalmost 6 years ago
This makes a ton of sense of for Netlify, and I hope they keep improving on it. If this existed 5 months ago I might not have rolled my own analytics using Netlify functions and Google Spreadsheets^. As it is, $9 per site, and an inability to log client-side routing make it not worth switching from my own, super customizable event-based solution (would have to come up with a new API schema for calling URLs to log specific events &#x2F; goals).<p>^I wrote about it here: <a href="https:&#x2F;&#x2F;www.pcmaffey.com&#x2F;roll-your-own-analytics" rel="nofollow">https:&#x2F;&#x2F;www.pcmaffey.com&#x2F;roll-your-own-analytics</a>
bastawhizalmost 6 years ago
This is excellent. The first thing I did was remove GA. It&#x27;s also incredible that they backfill data.<p>Yes, it costs money. But this is exactly what I want, and Netlify now has a significant incentive not to do anything shady with the data (and by not using cookies or JavaScript, they hamstring any potential ability to sell the data anyway).<p>Good work, I&#x27;m glad to be a Netlify customer.
andrewbarbaalmost 6 years ago
The funny thing about this is tons of developers are using Netlify for SPA&#x27;s and therefore only that first request will be caught by their edge nodes, all subsequent page views will be missed.
评论 #20407491 未加载
评论 #20406847 未加载
评论 #20409021 未加载
评论 #20406622 未加载
oddevanalmost 6 years ago
Was hoping for free, but honestly? If I’m serious about having good data, I’ll pay the $9&#x2F;month to not be dependent on Google.
评论 #20407053 未加载
futheyalmost 6 years ago
That landing page does not have a single screenshot of what you get for $9 per month. Do you pay the $9 and then find out what the analytics page you&#x27;re getting is going to look like, and if it&#x27;s suitable for your website?
评论 #20413222 未加载
mcjiggerlogalmost 6 years ago
At $9&#x2F;month I think I&#x27;ll just keep doing what I&#x27;ve been doing so far - throwing Cloudflare in front of the Netlify app and using their free analytics.
hmhrexalmost 6 years ago
Congratulations Netlify on launching this! I&#x27;m all for simple, non-tracking analytics, and this perfect for that use.
spondylalmost 6 years ago
I&#x27;d purchase this, not because I&#x27;m likely to look at it often, but because Netlify provides me a great deal of value that I don&#x27;t even pay for. It may be more than the cost of Google Analytics, but they&#x27;ve earned my money I think.
segphaultalmost 6 years ago
I&#x27;ve been hoping that somebody would do this for quite some time. I previously experimented with using CloudFront logs in GoAccess for awhile for my personal blog in order to avoid invasive JavaScript-based tracking, but it was too much trouble to maintain.<p>I really like the idea of the CDN provider offering this as a service that requires no effort and provides a nice interactive dashboard.<p>The pricing on this is unfortunately too much for me to justify using it for my personal site, but I&#x27;d happily use it for anything more substantive.
评论 #20408528 未加载
评论 #20408517 未加载
HeavenFoxalmost 6 years ago
&quot;Sessions are tracked anonymously without cookies or personally identifying information like IP addresses.&quot;<p>Very curious how they are able to do this
评论 #20410388 未加载
评论 #20407664 未加载
评论 #20410107 未加载
评论 #20407210 未加载
评论 #20407180 未加载
corybrownalmost 6 years ago
Really excited about this, I miss the days of static server-side logs!<p>Pricing is a bit high for my super-low-traffic hobby sites, unfortunately. But I&#x27;m glad they&#x27;re doing this!
评论 #20406902 未加载
bravuraalmost 6 years ago
What is the best server-side analytics package for Django?
johnymontanaalmost 6 years ago
I&#x27;m curious about comparing my Netlify Analytics numbers to my Google Analytics numbers. I&#x27;m seeing a lot more users and page views on Netlify Analytics. I know that GA can be blocked client side, but does GA exclude bot&#x2F;crawler traffic from stats as well? Or can I assume that the difference between GA and Netlify Analytics numbers are due to adblock &#x2F; noscript &#x2F; etc?
评论 #20407439 未加载
miguelmotaalmost 6 years ago
I&#x27;ve been a happy (free tier) customer of Netlify for the past few months. Their UI is really intuitive and they have great documentation.
jedbergalmost 6 years ago
Their marketing on this is brilliant. They&#x27;re capitalizing on the growing adblock&#x2F;jsblock trend to point out that server side analytics are more accurate.<p>To be fair, back in the day when you had a single web server, analytics was easy. I to miss the days of being able to do a &#x27;tail -f web.log&#x27; and watch as your page hit Slashdot...
评论 #20409307 未加载
评论 #20406836 未加载
ryanworlalmost 6 years ago
What is Netlify using for the underlying data storage and query engine?
seanwilsonalmost 6 years ago
Do they give you a way to track conversions? e.g. if someone signed up to a newsletter or bought a product, and where that user came from?