# Log Event Call

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

```javascript
_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](https://1223726150-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LacsB-5FtW6vWPn9FQY%2F-M8EIz0LwblTHPBOFNjq%2F-M8EOTyGeXsJkFeEg-13%2Fevent.png?alt=media\&token=6ee0918e-438e-4b54-b389-4717bae7ef3b)

Or, you can specify it as a filter from the Add Filter menu.

![Add as a filter](https://1223726150-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LacsB-5FtW6vWPn9FQY%2F-M8EIz0LwblTHPBOFNjq%2F-M8EOTyIUzcwLDitWpug%2Fevent%20filter.png?alt=media\&token=7424c440-8647-4332-a8aa-c35e3f6f64e2)

As with other search parameters, you can create a segment from a condition based on Event Name.
