setSiteInspectorSetup
The setSiteInspectorSetup() method enables and disables the addition of a setup used by site inspector for Chrome to identify the tracker instance and site ID. It's enabled by default.
The site inspector is a Chrome extension that shows heatmaps, real-time sessions and other analytics data right on every page of your site.
Syntax
setSiteInspectorSetup(enable)
Not available
Not available
Not available
Not available
Not available
Not available
Parameters
enable (boolean, required)
Whether to enable or disable the addition of a setup used by site inspector for Chrome to identify the tracker instance and site ID.
Examples
To disable the addition of a setup used by site inspector for Chrome:
_paq.push(["setSiteInspectorSetup", false]);
Not available
Not available
Not available
Not available
Not available
Not available
Updated 6 days ago