The Videowise Widget now supports interception and tracking of custom events. This provides customers with a more comprehensive view of user interactions with video content
To intercept and handle these custom events, customers can utilize the window.addEventListener
method. Below is an example of how to listen for these events:
Triggered when a user adds a product to the cart.
Triggered when a user clicks on a video.
Triggered when a video played more than 3 seconds.
Triggered when played more than 80% of the video.
Triggered when a user swipes a video.
Triggered when a user closes the player.
Triggered when a user turns on the sound of the video.
Triggered when a user turns off the sound of the video.
Triggered when a user clicks on a shoppable product.
Triggered when a user clicks on the buy now button of a shoppable product.
Triggered when a user close/swipe the video without playing it, noted video played less than 3 seconds.
Triggered when the widget has all the necessary data and is ready for rendering
Triggered after campaign rendered
Triggered before redirecting the user to the Shopify checkout page
Triggered when a user clicks on a call to action button.
The Videowise Widget now supports interception and tracking of custom events. This provides customers with a more comprehensive view of user interactions with video content
To intercept and handle these custom events, customers can utilize the window.addEventListener
method. Below is an example of how to listen for these events:
Triggered when a user adds a product to the cart.
Triggered when a user clicks on a video.
Triggered when a video played more than 3 seconds.
Triggered when played more than 80% of the video.
Triggered when a user swipes a video.
Triggered when a user closes the player.
Triggered when a user turns on the sound of the video.
Triggered when a user turns off the sound of the video.
Triggered when a user clicks on a shoppable product.
Triggered when a user clicks on the buy now button of a shoppable product.
Triggered when a user close/swipe the video without playing it, noted video played less than 3 seconds.
Triggered when the widget has all the necessary data and is ready for rendering
Triggered after campaign rendered
Triggered before redirecting the user to the Shopify checkout page
Triggered when a user clicks on a call to action button.