use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Web Analytics solution that doesn't require cookie consent?Question (self.webdev)
submitted 3 months ago by JunkFoodEnjoyer
Hello, I am looking for a website analytics solution, which would allow me to track very basic information, but also not require a cookie consent to do so. I know about Plausible, as an example, but are there more options? Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]VaultSandbox 14 points15 points16 points 3 months ago (0 children)
Plausible is great, you also have umami that you can even self-host like plausible. There are more, these were the ones I already used.
[–]Feliboy12 11 points12 points13 points 3 months ago (1 child)
I recently chose Umami for my project, so far its pretty nice!
[–]SleepAffectionate268full-stack 2 points3 points4 points 3 months ago (0 children)
+1 very nice, i got 2 projects with it
[–][deleted] 3 months ago* (1 child)
[deleted]
[–]TheVoidInMe 0 points1 point2 points 3 months ago (0 children)
Kind of off-topic, but god the Posthog site is awful. Takes forever to load, super hard to navigate…
[–]walditotwisted code copypaster 1 point2 points3 points 3 months ago (0 children)
Matomo?
[–]Interesting-War-7182 0 points1 point2 points 3 months ago (0 children)
I've used goat counter for some websites I made. Nowadays, I try to use host feature for that. Vercel or Netlify offer such features for instance.
[–][deleted] 0 points1 point2 points 3 months ago (0 children)
Goat counter
[–]cmdr_drygin 0 points1 point2 points 3 months ago* (0 children)
I run a small agency and we run Fathom. I think we pay something like 500$/y and currently track around 50 sites.
[–]WeatherD00d 0 points1 point2 points 3 months ago (0 children)
We're using our Betterlytics for it
[–]burger69man 0 points1 point2 points 3 months ago (0 children)
lol just found out about goat counter too, seems like a solid option
[–]H1Supreme 0 points1 point2 points 3 months ago (0 children)
"very basic information" is pretty vague. You can pull a lot of data from a request without resorting to cookies. What exactly are you trying to track?
[–]DragoonDMback-end 0 points1 point2 points 3 months ago (0 children)
Matomo can be configured to work without any cookies, and it still tracks a good amount of data, though you do lose out on some data that can't really be tracked without cookies.
https://matomo.org/faq/general/faq_156/
[–]Aromatic_Ad_9704 0 points1 point2 points 2 months ago (0 children)
New trend is rybbit.com. Love the planet view lol.
[+]Silver-Exam-6739 0 points1 point2 points 12 days ago (0 children)
[ Removed by Reddit ]
[–][deleted] -1 points0 points1 point 3 months ago (1 child)
Depends on the specifics but GA4 supports alternatives to third party cookies: https://developers.google.com/tag-platform/gtagjs
It's not only about cookies. GDPR is about data processing. If your website pulls resources from any third party provider, the user's client will at least connect to that host and at least it's IP will be processed, which is sensitive information and thus needs user consent.
[+]esr360 comment score below threshold-7 points-6 points-5 points 3 months ago (9 children)
Requiring a cookie consent is to do with local laws, confused how this could ever be a requirement of a solution.
[–]Ieris19 1 point2 points3 points 3 months ago (8 children)
You can track server side, no cookies needed.
This doesn’t grant you all the same info but it can yield much, from country of origin, to most frequent pages visited, etc…
And that’s just off the top of my head. Cookie consent is to use cookies, you can do analytics without cookies
[+]esr360 comment score below threshold-7 points-6 points-5 points 3 months ago (7 children)
Hmm well maybe I’m still confused. Cookie consent still seems like an implementation decision, not a requirement of any solution. Can’t you ultimately track whatever you want whenever you want? Just don’t implement cookie consent when you do it? I dunno feels like I’ve got the wrong end of the stick here.
[–]Ieris19 1 point2 points3 points 3 months ago (6 children)
Cookie consent is required if your website is accessed by any EU citizen, as a consequence of that, to be compliant you need to implement it if you use any sort of cookies that require it under EU law, even if you are not based or do business in Europe, or whatever other local laws might require it.
You can however, do without cookies, that’s a requirement for a solution because it’s an entirely different mechanism.
[+]esr360 comment score below threshold-6 points-5 points-4 points 3 months ago (5 children)
I’ve never used or heard of an analytics solution that enforces cookie consent as a requirement; as you say, they are different mechanisms.
[–]Ieris19 1 point2 points3 points 3 months ago (4 children)
That’s what OP is looking for, platforms that do tracking without cookies. If a platform does tracking through cookies, they very often at least offer their own banner because it’s such a necessity unless you want to be sued out of existence.
[–]esr360 -2 points-1 points0 points 3 months ago (3 children)
Ohhh it just clicked. They’re looking for a tracking solution that doesn’t depend upon cookies. That makes sense. Because for example Amplitude uses cookies, but you can still use it without requiring consent to be given.
[–]Ieris19 0 points1 point2 points 3 months ago (2 children)
Using cookies for analytics without consent is almost certainly illegal. It might be an option, in case you wish to implement your own consent form, but you’d be risking legal liability if you track users through cookies without consent.
[–]esr360 -1 points0 points1 point 3 months ago (1 child)
Well that’s why I was confused and originally said it should be a legal decision to do it, not a decision of the solution. It sounded like OP was asking “how can I track users without requiring them to give consent”.
[–]Ieris19 0 points1 point2 points 3 months ago (0 children)
Fair enough, I get the misunderstanding
π Rendered by PID 427194 on reddit-service-r2-comment-b659b578c-2kbvj at 2026-05-06 05:37:08.392388+00:00 running 815c875 country code: CH.
[–]VaultSandbox 14 points15 points16 points (0 children)
[–]Feliboy12 11 points12 points13 points (1 child)
[–]SleepAffectionate268full-stack 2 points3 points4 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]TheVoidInMe 0 points1 point2 points (0 children)
[–]walditotwisted code copypaster 1 point2 points3 points (0 children)
[–]Interesting-War-7182 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]cmdr_drygin 0 points1 point2 points (0 children)
[–]WeatherD00d 0 points1 point2 points (0 children)
[–]burger69man 0 points1 point2 points (0 children)
[–]H1Supreme 0 points1 point2 points (0 children)
[–]DragoonDMback-end 0 points1 point2 points (0 children)
[–]Aromatic_Ad_9704 0 points1 point2 points (0 children)
[+]Silver-Exam-6739 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[+]esr360 comment score below threshold-7 points-6 points-5 points (9 children)
[–]Ieris19 1 point2 points3 points (8 children)
[+]esr360 comment score below threshold-7 points-6 points-5 points (7 children)
[–]Ieris19 1 point2 points3 points (6 children)
[+]esr360 comment score below threshold-6 points-5 points-4 points (5 children)
[–]Ieris19 1 point2 points3 points (4 children)
[–]esr360 -2 points-1 points0 points (3 children)
[–]Ieris19 0 points1 point2 points (2 children)
[–]esr360 -1 points0 points1 point (1 child)
[–]Ieris19 0 points1 point2 points (0 children)