For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mixpanel

Boost Mixpanel insights with Zipy session URL integration for enhanced user profile tracking.

Add a Zipy session URL to every Mixpanel user profile:

const zipySessionUrl = window.zipy.getCurrentSessionURL();

mixpanel.track('zipy', { zipy_session_url : zipySessionUrl});

Last updated