Last Updated:
June 21, 2021
by
Jesse Langstaff
| Version: 6
| 2,532 views
| 0 followers
members are following updates on this item.
Mouseflow is a third-party tool used to gain insights on User behavior. It does this by recording User activities such as mouse clicks and movement. Mouseflow requires a subscription to use.
The following steps will place the tool on every page within your digital workplace. Refer to Mouseflow’s Installation Guide for more information about Mouseflow configuration settings.
Log into Mouseflow and navigate to Settings > Tracking Code. This tracking code will take the following form.
<script type="text/javascript"> window._mfq = window._mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = true; mf.src = "//cdn.mouseflow.com/projects/123.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); </script>
Copy your tracking code into an editor such as Notepad or Notepad++. Save this file with the name and extension:
mouseflow.js
This allows the script to run for all members of your digital workplace.
Right-click the download button on the mouseflow.js page. From the resulting menu, select “Copy link address”.
Access your header by navigating to:
https://{your digital workplace domain}/admin/presentation/header
Add a script tag to the header that uses the link copied from step 5 as the file source. This would take the form:
<script src="https://{your digital workplace domain}/download/themes/mouseflowjs?attachment=1"></script>