Matomo has per-user tracking (visits log) across sessions. Attribution won't be perfect, but you can make it tolerable with UTM tags. It can be GDPR compliant without much effort. You can also query the raw data via SQL if you want.
PostHog is pretty popular for product companies now, but who knows how long they will continue with a free offering.
Comments
Matomo has per-user tracking (visits log) across sessions. Attribution won't be perfect, but you can make it tolerable with UTM tags. It can be GDPR compliant without much effort. You can also query the raw data via SQL if you want.
PostHog is pretty popular for product companies now, but who knows how long they will continue with a free offering.
I've heard Posthog a few times now ... definitely considering using it. Thanks!