How to track events

Events can be used when a visitor, user or customer takes an action on your website or web app.

Examples of events you can track:

  • A button that visitors click

  • A form submission

  • When a visitor signs up for the product

  • When a demo turns to a paid customer

Adding events inside Versoly

Adding events to buttons and forms on a Versoly site is simple just select the element and on the right hand side you will see "Event Tracking Name" type in an event name to track data in the future and click publish. Whenever a visitor completes that event it will be recorded.

Tracking events in your web app or external site

After adding the Versoly analytics script just call for any event you want to track

window.versoly.trackEvent({name: 'signed_up'})

With our custom filters you can see what traffic source converts the best.

Last updated

Was this helpful?