- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
02-02-2016 05:58 AM
Hi!
Mouseflow (a screen recording tool roughly similar to ClickTale, decibel insights etc) has a function to disable visitors keystrokes in the recordings.
We'd like to turn that on.
Unfortuenately, the standard Mouseflow script in the Tealium tag marketplace does not have an "on/off"-button for this. What is the easiest way to implement this feature?
The Mouseflow documentation describes, that it is done by adding this line to the Mouseflow tracking script:
var mouseflowDisableKeyLogging = true;
A full example:
<script type="text/javascript">
var mouseflowDisableKeyLogging = true;
var _mfq = _mfq || [];
(function() {
var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = true;
mf.src="//cdn.mouseflow.com/projects/your-website-id.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();
</script>
Kind regards
Martin
02-08-2016 02:34 PM - last edited on 02-08-2016 02:37 PM by kathleen_jo
Hello @martin_vinter,
Add a Tealium JavaScript Extension
window.mouseflowDisableKeyLogging = true;
Scope the extension to the tag and you are done.
Please let us know if this helps.
Bk
Copyright All Rights Reserved © 2008-2023