June 6, 2025
analytics with mixpanel
usage
to get basic analytics on my homepage a included mixpanel with my homepage here.
<script>
// run analytics very restricted, do not remember personal data
mixpanel.init("3..0", {
disable_cookie: true,
});
mixpanel.track("Page Loaded");
</script>
to get basic usage data on my homepage.
Formerly used google analytics has been retired for this long ago. I hope data will stay in the EU and no specific use data will be tracked.
