Amplitude
Enhance analytics by integrating Zipy with Amplitude.
To integrate Zipy with Amplitude and track user actions, follow these steps:
Step 1: Obtain the Zipy Session URL
const zipySessionUrl = window.zipy.getCurrentSessionURL();Step 2: Log Zipy Event in Amplitude
amplitude.getInstance().logEvent('zipy', {'sessionURL': zipySessionUrl });Step 3: Reviewing the Events in Amplitude
Last updated