You can create Custom Events to evaluate important interactions of your website visitors in LeadLab.
What are Custom Events useful for?
If you have elements on your website that a visitor can activate, you can also create a Custom Event through them. This is useful to be able to evaluate, for example, whether someone clicked on a button, which selection someone made in an online configurator or who watched a certain video.
How do I create a custom event?
By including the following script line you can have any event created:
wiredminds.trackEvent('<INSERT_EVENT_NAME_HERE!>')
This script would produce the following result in LeadLab:
Where do I place the script in my website?
You can intigrate the script at any point in your page. In most cases, this will be included in the area. Of course, it can also be placed within any Java Script events or functions.