If you’re still looking for a solution, have you thought about using a native JavaScript solution?
It could be as simple as placing a click listener on the body element of each page and then having a list of CSS selector rules. Matches is a JS function that you can pass a CSS selector too, so each click that occurs you can loop through an array of selectors.
Alternatively, that array of selectors could be the elements you attach the listeners to directly.
I’d be happy to help create some examples, if you have any extra context 👍
This seems quite similar to Segment’s offering. Matomo (formerly Piwik) have a self hosted tag management system that could be slightly closer to Google Tag Manager configuration for anyone who is looking for a like for like replacement.
They also have a mature and self hosted analytics package too.
Thank you for the heads up. I stumbled by a cross section of layouts last night and was surprised at the variation. I think is like the cherry layout but I’ve not really know to keep an eye out for it.
It seems to be a little more available / open now though? I remember trying to look a few years back and there felt like much less options for ISO layout.
Genuinely excited at the prospect now!
I did notice yesterday there’s appears not as much shine through based options, which is something I was hoping to continue from this default set I have.
If you’re still looking for a solution, have you thought about using a native JavaScript solution?
It could be as simple as placing a click listener on the body element of each page and then having a list of CSS selector rules. Matches is a JS function that you can pass a CSS selector too, so each click that occurs you can loop through an array of selectors.
Alternatively, that array of selectors could be the elements you attach the listeners to directly.
I’d be happy to help create some examples, if you have any extra context 👍