Events for GTM
This page contains a list of events gathered by LiveMarket Components and Iframes.
Video events
General event data
All video events provide the following data:
| Property name | Description |
|---|---|
| event | Event name. |
| video_id | Video ID. |
| video_title | Video Title. |
| component_name | The Component the video originated from. In case of a Video Modal that was opened by the Carousel component, component_name = 'Carousel'. |
| duration | The video’s entire duration. |
| current_time | Video’s current time. |
| video_url | The src of the video. |
Events
The following is a list of events gathered and additional data provided (if applicable)
| Event name | Additional data | Description | Native event |
|---|---|---|---|
| play | N/A | Sent when the video is played. | play |
| pause | N/A | Sent when the video is paused. | pause |
| ended | N/A | Sent when the video ends. | ended |
| seeking | N/A | Sent when the browser fires the seeking event - for example, when somebody jumps to a specific place in the video. |
seeking |
| volumechange | current_volume |
Sent on volume change. | volumechange |
| progress | progress_percent |
Sent when the video watched passes the 25%, 50%, or 75% of total time, based on the video’s duration. Provides the percentage passed. |
timeupdate |
| error | N/A | Sent when the video couldn’t be loaded due to an error. | error |
| fullscreen_toggle | is_fullscreen |
Sent when the video is opened in fullscreen. | fullscreenchange |