1. demoEvent
This event handles actions related to a demo walkthrough. It tracks different stages of the demo using Google Analytics (gtag).
Sub-events inside demoEvent:
Event Name | Description |
| Fires when the user moves to a different step in the demo. If the step changes, it logs a Google Analytics event ( |
| Fires when the demo starts. Logs an event ( |
| Fires when the demo is completed. Logs an event ( |
2. videoEvent
This event tracks interactions with a video player in the demo.
Sub-events inside videoEvent:
Event Name | Description |
| Fires when a video starts playing. Logs an event ( |
| Fires when a video is paused. Logs an event ( |
| Fires when a video finishes playing. Logs an event ( |
Summary
demoEventtracks user progress through a demo walkthrough.videoEventtracks user interactions with a video.
