Inspectlet configuration screen
Inspectlet snippet on the configuration screen

This module helps non-developers to implement the Inspectlet tracking code. Inspectlet is a tracking tool which features heatmaps, clickmaps and A/B testing. It also records where the mouse is on the screen, so that site owners can become aware which buttons and/or links people are hovering over but don't click.

For more information see: https://www.inspectlet.com

Installation

Disable A/B testing

To prevent loading additional scripts that may cause visual glitches on page load, edit the tracking snippet manually:

Default tracking code has A/B testing enabled.
var insp_ab_loader = true; // set this boolean to false to disable the A/B testing loader

Disable A/B testing.
var insp_ab_loader = false; // set this boolean to false to disable the A/B testing loader

Project information

Releases