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 availableNot availableNot availableNot availableNot availableNot availableParameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| enable | boolean | Whether to enable or disable the addition of a setup used by site inspector for Chrome to identify the tracker instance and site ID. | Yes |
Examples
To disable the addition of a setup used by site inspector for Chrome:
_paq.push(["setSiteInspectorSetup", false]);Not availableNot availableNot availableNot availableNot availableNot availableUpdated 15 days ago