Last active
August 29, 2015 14:06
-
-
Save simondahla/6b92a903d27a657484ef to your computer and use it in GitHub Desktop.
You can increase the number of clicks for a session to be used for mapping heatmaps and clickmaps. The default is number is 3. If you want to record more clicks from a session, let's say: you wish to increase the number of clicks to 10 (or any number), then define the following java script variable above VWO tracking code. Read more about VWO He…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
_vwo_clicks=10; // Change this number accordingly to the number of clicks you want to track in your VWO heatmaps/clickmaps | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment