Skip to main content
All CollectionsDigital Academy
Digital Academy Events
Digital Academy Events
Joël avatar
Written by Joël
Updated over a week ago

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

sceneChanged

Fires when the user moves to a different step in the demo. If the step changes, it logs a Google Analytics event (Demo Scene Viewed) with the current step number.

started

Fires when the demo starts. Logs an event (Demo Scene Started) with the scene set to 1.

complete

Fires when the demo is completed. Logs an event (Demo Completed) with the state set to Completed.


2. videoEvent

This event tracks interactions with a video player in the demo.

Sub-events inside videoEvent:

Event Name

Description

start

Fires when a video starts playing. Logs an event (Video started) with the state set to Started.

pause

Fires when a video is paused. Logs an event (Video Paused) with the state set to Paused.

finish

Fires when a video finishes playing. Logs an event (Video Completed) with the state set to Completed.


Summary

  • demoEvent tracks user progress through a demo walkthrough.

  • videoEvent tracks user interactions with a video.

Did this answer your question?