Google Analytics
Get valuable insights in Google Analytics by integrating Zipy session URLs for session replay tracking.
Last updated
Get valuable insights in Google Analytics by integrating Zipy session URLs for session replay tracking.
Last updated
To send the Zipy session URL to Google Analytics, add the following code snippet to your website. This code uses the gtag.js API to send a custom event with the event name 'zipy_event'. The Zipy session URL is included as a parameter with the key 'zipy_session_url' in the event payload.
If you want to send the Zipy session URL based on a specific user action, such as a button click or when an error occurs, you can add additional JavaScript code to trigger the event. For example, to send the Zipy session URL when an error occurs, you can use the window.onerror
event handler:
After completing the integration steps, you can verify the event in your Google Analytics dashboard. Log in to your Google Analytics account, navigate to the appropriate property, and go to the "Events" section. Look for the 'zipy_event' in the list of events. You should see the Zipy session URL data associated with the event, providing insights into session replay.
For more information on sending events to Google Analytics and analyzing event data, you can refer to the following link: