Umami Integration

Hey all,

I’ve been pushing lots of my add-ons to github lately, ones from random projects and experiments. I’m going to start changing some of them from private to public.

One I’ve just done that for is this:

It’s an easy way to add https://umami.is analytics to your Concrete site.
Umami is really nice alternative to Google Analytics - it has a free tier, it’s very easier to use, has shareable reports, and is fully compliant with GDPR and CCPA.

What the add-on does is add a bit of custom behaviour so that file downloads can be tracked, as well as out-bound link clicks.

If people find this useful it’s something I’d be happy to add to the marketplace.

Cheers!

2 Likes

Really nice alternative to GA, and really clean, simple code. It’s also a good example of how to make a straight forward package.

Thanks for this. I like how it doesnt track the Admin’s traffic when logged in.

Thanks for this, @mesuva. Your contributions to Concrete are always stellar. Will definitely use this in the future.

Not to nitpick, but you seem to have a typo in the description.

this:

This add-on adds the required tracking scripts to your Concrete CMS site, making installation as simply and copying an ID from Umami into your Concrete site.

should probably be this:

This add-on adds the required tracking scripts to your Concrete CMS site, making installation as simple as copying an ID from Umami into your Concrete site.

Again, really appreciate everything you do for the community.

1 Like

Fixed!
I wouldn’t have spotted that in a million years.