Pendo
Level up Pendo user insights using Zipy session links for comprehensive session tracking and analysis.
You can programmatically send a link to a specific Zipy session to Pendo for display within the Pendo UI, as a track event.
If you are using the Pendo agent/client, you can add the following code snippet to your app to send a session link through to Pendo (client-side) and view it within the Track Events section:
const zipySessionUrl = window.zipy.getCurrentSessionURL();
pendo.track("zipy_session_url", zipySessionUrl);
Last modified 3mo ago