Skip to content

Supported Events ​

Videobot will send various metrics relating to its usage and state. These events are used internally by the Videobot dashboard, but can be additionally sent to analytics platforms such as Google Analytics.

Shared fields ​

The following fields are sent with each event defined below:

FieldDescriptionType
videobot_idUnique ID of VideobotText
videobot_languageCurrent language of VideobotText
videobot_referrerParent page URLText

Events ​

This section lists all currently supported analytics events and their contents. Each event can contain additional fields of metadata that can be further used to analyze the Videobot usage.

videobot_open ​

The Videobot widget has been opened, either through user action or automatically.

This event carries no additional fields

videobot_play ​

A video has started playing inside the Videobot, either through user action or automatically.

FieldDescriptionType
videobot_video_idUnique ID of the video (URL)Text
videobot_video_nameName of the videoText

videobot_end ​

A playing video has been reached the end.

FieldDescriptionType
videobot_video_idUnique ID of the video (URL)Text
videobot_video_nameName of the videoText
videobot_video_timeStopped time of video (in seconds)Number

videobot_pause ​

A playing video has been paused, either through user action or automatically.

FieldDescriptionType
videobot_video_idUnique ID of the video (URL)Text
videobot_video_nameName of the videoText
videobot_video_timePaused time of video (in seconds)Number

videobot_navigation ​

A user navigated to a different Slide inside the Videobot.

FieldDescriptionType
videobot_current_slide_idUnique ID of current SlideNumber
videobot_current_slide_nameName of current SlideText
videobot_next_slide_idUnique ID of navigated SlideNumber
videobot_next_slide_nameName of navigated SlideText

A user clicked an external link inside the Videobot.

FieldDescriptionType
videobot_click_urlLink target (URL)Text
videobot_click_textName of linkText

videobot_form_open ​

A user opened a built-in form inside the Videobot.

FieldDescriptionType
videobot_form_idUnique ID of formText
videobot_form_nameName of formText

videobot_form_submission ​

A user submitted a built-in form inside the Videobot.

FieldDescriptionType
videobot_form_idUnique ID of formText
videobot_form_nameName of formText

Slider events ​

Additionally, a Slider or Stories style embed will send events related to their sessions and engagement. Individual Videobots inside them will use the same messages specified above.

videobot_slider_session ​

A slider embed has been shown to the user.

FieldDescriptionType
videobot_slider_idUnique ID of sliderText

videobot_slider_played ​

A user has played a Videobot from the slider.

FieldDescriptionType
videobot_slider_idUnique ID of sliderText