Articles on: PLAYER AND VIDEO
This article is also available in:

Understanding "Clicks on the Button" in Analytics

What Are Clicks on the Button?



In our Analytics, we provide you with a metric called "Clicks on the Button."

Our Clicks on the Button metric in VTurb keeps track of all the clicks happening on the action buttons (including clicks on link buttons of Thumbnails).



You can also keep tabs on button clicks in your page builder by following the steps below. This way, you'll have an extra metric to quickly check how well your VSL is doing!

How to Set Up Button Click Tracking in Your Page Builder?



You've got two options here.

You can either add a class or an ID to the button in your site's HTML to track clicks.

If you opt for using a class:

Just include the "smartplayer-click-event" class in the buttons for which you want to track the click events.

<div class="smartplayer-click-event">

    _BUTTON TO BE TRACKED

</div>


If you prefer using an ID:

Just include the "smartplayer-click-event" class in the buttons for which you want to track the click events.

Add the "smartplayer-click-event-1" ID to the buttons for which you want to track the click events.

<div id="smartplayer-click-event-1">

    _BUTTON TO BE TRACKED

</div>
<div id="smartplayer-click-event-2">

    _BUTTON TO BE TRACKED

</div>


Elementor Users



For those using Elementor, you can simply add the "smartplayer-click-event" class to the button by going to the Advanced option and entering it in the CSS Class, as shown in the image below.




With these settings, your clicks on the button will be recorded in your Analytics effortlessly!

Updated on: 12/14/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!