User Actions

You can search your sessions based on user actions like "visited URL", "time spent", "landing page", "exit page" and many more.

Search by Visited URL

You can search by the visited URL or URL pattern that a user has visited. For searching by URL/URL pattern, you need to enter the path (i.e.) anything after your domain. So, for example, in the case of https://browsee.io/login, you just need to enter "/login" in the search box as shown below:

For searching by URL pattern, you can change the dropdown to "Contains" instead of equals and you can look for any pattern like "session" or "product" etc as shown below:

Search by "Clicked Text"

Search by "Did Event"

Search by Actions Count

Search by Time Spent

Search by "Edited Field with Name"

Search by "Clicked Element Selector"

Search by "Clicked Element ID"

Search by "Input Text"

Search by Landing Page

Search by "Exit Page"

Search by "Clicked Element ID"

You can search your sessions by Element ID (commonly used in HTML, CSS elements).

<button type="button" id="submit">Sign Up</button>

If you will just look at the button here, the ID of the button is "submit". You can simply search by this ID in your sessions as shown below:

Search by "Clicked Element Text"

You can search your sessions by simply searching based on the text of the clicked element.

<button type="button" id="submit">Sign Up</button>

If you will just look at the button here, the text of the button is "Sign Up". You can simply search by this text in your sessions as shown below:

Search by "Edited Form Field"

You can search your sessions by simply searching based on the name of the edited form field.

<input type="text" placeholder="Email" name="email">

If you will just look at the input field here, the name of the field is "email". You can simply search by this text ("email") in your sessions as shown below:

Last updated