top of page
bottom of page
//Import Mixpanel SDK
import mixpanel from "mixpanel-browser";
// Near entry of your product, init Mixpanel
mixpanel.init("a7c9b1455d1550771d06f7869a3a47e9", {
debug: true,
track_pageview: true,
persistence: "localStorage",
});