All Collections
Integrations
Dashly integration
Dashly integration
Patryk avatar
Written by Patryk
Updated over a week ago

What is Dashly?

Dashly is an extensive lead generation tool. You can use it to start a conversation with your visitors, as well as for analytics and user tracking. The LiveSession integration will help you understand your customers better and help the faster.

How does it work?

When somebody visits your website, LiveSession will send a new event to Dashly. The event is called Session URL and it comes with the url property. This property contains a direct link to the session recording.

How can I install this integration?

To install integration, add the code below before your </body> closing tag:

<script> __ls("getSessionURL", function (url, isNewSession) { dashly.track("Session URL", { url: url, }); }); </script>

To make this integration works you need to have Dashly and LiveSession installed on your website. If you haven’t installed our tracking code yet check this article.

Did this answer your question?