LiveSession and Mixpanel integration

What is Mixpanel?

Mixpanel is a tool that collects data to help you convert, engage, and retain more users. Connecting it to LiveSession allows you to:

  • Access all user data in one place
  • Use direct links to session replays
  • Gain a deeper understanding of user behaviour

How does it work?

LiveSession adds a new label in Mixpanel. The label is called sessionURL and it contains a link to the session recording. With this link, you can access the session straight from the Mixpanel dashboard.

How can I install this integration?

To install integration, add the code below before your </body> closing tag:
<script>
__ls("getSessionURL", function (url, isNewSession) {
    mixpanel.track("SessionURL", { sessionURL: url });
});
</script>

Didn’t find an answer?

Try using the search engine or just contact us

[email protected]Chat with us

Start using LiveSession for free now.

Free 14-day trial

No credit card required

Easy setup