Skip to content

Instantly share code, notes, and snippets.

@simondahla
Last active August 29, 2015 14:06
Show Gist options
  • Save simondahla/6b92a903d27a657484ef to your computer and use it in GitHub Desktop.
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…
<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