Log Event Call
Log Event API lets you track client-side events that can not be captured automatically by Browsee.
Log Event call helps you give a complete picture to Browsee and each session so that you can search these sessions or segments with ease.
Log Event call is in similar to the existing analytics solutions you have used like Amplitude, Mixpanel, Google Analytics.
You can use it as
_browsee('logEvent', '<EVENT_NAME>',
{house: 'Baratheon',
location: 'Trident'}))
Now, while searching for sessions you can filter them by the
EVENT_NAME
by adding a filter or in the search bar.
Search by Event Name in search bar
Or, you can specify it as a filter from the Add Filter menu.

Add as a filter
As with other search parameters, you can create a segment from a condition based on Event Name.
Last modified 3yr ago