Session replay

Session replay is the ability to replay a visitor's journey on a web site or within a mobile application or web application. Replay can include the user's view (browser or screen output), user input (keyboard and mouse inputs), and logs of network events or console logs. It is supposed to help improve customer experience[1] and to identify obstacles in conversion processes on websites. However it can also be used to study web site usability and customer behavior as well as handling customer service questions as the customer journey with all interactions can be replayed. Some organizations even use this capability to analyse fraudulent behavior on websites.

Some solutions augment the session replay with advanced analytics that can identify segments of customers that are struggling to use the website.[2] This means the replay capability can be used much more efficiently and reduce the need to replay customer sessions unnecessarily.

There are generally two ways to capture and replay visitor sessions, client side and tag-free server side.

Client side

There are many tag-based solutions that offer video-like replay of a visitors session. While replay is analogous to video, it is more accurately a reproduction of a specific user's experience down to mouse movements, clicks, taps, and scrolls. The underlying data for the session recordings is captured by tagging pages. Some advanced tools are able to access the DOM directly and can play back most interactions within the DOM including all mutations with a high degree of accuracy. There are a number of tools out there that provide similar functions. Advantage is that you replay in a movie-like format the full client experience. It also can deal with modern single-page applications. The disadvantage is that the tracking script can easily be detected and blocked by any ad blocker which becomes the normal (2017: 615M devices with active adblock).

Tag-free server side

Solutions capture all website traffic and replay every visitor interaction, from every device, including all mobile users from any location. Sessions are replayed step-by-step, providing the ability to search, locate and analyze aspects of a visitors session including clicks and form entry. Server-side solutions require hardware and software to be installed "on premises." Advantage of server-side recording is that the solution can't be blocked. Unfortunately, you won't be able to see a video like replay of client-side activities such as scrolling, mouse movements, and deals badly with modern single-page applications.

Hybrid: Tag-free server side combined with client-side tracking

A hybrid approach combines the advantages without the weaknesses. The hybrid approach ensures that every session is recorded (important for compliance) by server-side capturing and enriched with client-side tracking data of mouse movements, clicks, scrolling, key strokes and user behavior (driven by customer experience insights). It works very well with modern single-page applications. You benefit from a movie-like replay and can additionally ensure 100% compliant capturing. This can be deployed either "on premises" or as SaaS.

All of the tools listed below are available as Software as a service (SaaS) solutions.

See also

References

  1. "NegativecCustomer experiences affect online conversion rates - eMarketer". emarketer.com. Retrieved 2016-04-10.
  2. "Struggle Detection". https://sessioncam.com/struggle-detection/. Retrieved 2017-12-27. External link in |website= (help)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.