Video card events
Events from our Video card.
All events below include the Base Event Data and Core Context Fields for cards automatically. Only event-specific fields are listed below.
Video Viewed
Event name in GTM: card-viewed
Raised when a user watches a video on a video card.
{
"type": "Video", // The card type
"name": "string", // The card name
}
Video Played
Event name in GTM: card-played
Raised when a user starts playing a video on a video card.
{
"type": "Video",
"name": "string"
}
Video Paused
Event name in GTM: card-paused
Raised when a user pauses a video on a video card.
{
"type": "Video",
"name": "string"
}
Video Finished
Event name in GTM: card-finished
Raised when a user finishes watching a video on a video card.
{
"type": "Video",
"name": "string"
}