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."
VTurb’s Button Click counter will track all clicks made on VTurb action buttons, as well as clicks on Recovery Thumbnail buttons (that contain links).

You can also track clicks on buttons from your page builder by following the tutorial below!
This way, you get one more metric to quickly analyze the performance of your VSL!
You have two options for this. In your website’s HTML, you can add either a class or an ID to the button whose clicks you want to track.
If you choose to use a class:
- Add the class
smartplayer-click-eventto the buttons where you want clicks to be tracked.
smartplayer-click-event
If you choose to use an ID:
- Add the ID
smartplayer-click-event-1to the buttons where you want clicks to be tracked.
Change the number “1” for each button you want to track.
smartplayer-click-event-1
smartplayer-click-event-2
- Elementor
- Open Elementor and click on the button
- Go to Advanced
- In the CSS Classes field, enter
smartplayer-click-event - Update the page
- From that point on, clicks will appear in VTurb Analytics

- Alternative
You can also use specific IDs for buttons, for example:
<button id="smartplayer-click-event-1">Buy Now</button>
<button id="smartplayer-click-event-2">Learn More</button>
Updated on: 04/20/2026
Thank you!
