We've added more support for advanced filtering of recordings by specific segments. For example, you can filter all recordings that came from Chrome 65 by typing the following in the filter box:
devicetype.browser_full:"Chrome 65"
Or, perhaps you want to find all recordings that came from a facebook source:
referrer.source:Facebook
You can combine these with many other boolean operators like AND, OR, NOT. For more details and all available filters please see our help doc here:
AND
OR
NOT
https://help.luckyorange.com/article/222-how-to-filter-recordings
Read the whole post
We now offer a convenient online tool for you to help your visitors see what data was collected about them, manage that data, and even opt out of future tracking.
The page accesses all sessions, conversations, surveys and more tracked for a particular person based on a UID (Unique Identifier) first-party cookie that Lucky Orange sets on your website.
https://help.luckyorange.com/article/223-give-your-visitors-access-to-their-data
In the past if you had a drop down menu that activated with a mouseover event that showed more navigation elements you would have to press SHIFT and then you could mouse over the drop down.
However, it was very difficult to then see any element analytics in the drop down or even click on an element in the drop down to see more details. Now you can interact with drop down menus like you normally would...no SHIFT key needed!
BEFORE
AFTER
Sometimes a button or menu item might consist of a bunch of elements, but from the visitor's perspective it is really just one. We've optimized how our algorithms detect these cases and will better group nested elements without any hard work from you.