deleteCustomVariable
The deleteCustomVariable() method removes a custom variable.
Syntax
deleteCustomVariable(index[, scope])Not availableNot availableNot availableNot availableNot availableNot availableParameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| index | number | The index from 1 to 5 where the variable is stored. | Yes |
| scope | string | The scope of the variable: "visit" or "page". The default value is "visit". | No |
Examples
To remove a custom variable:
_paq.push(["deleteCustomVariable", 1, "page"]);Not availableNot availableNot availableNot availableNot availableNot availableUpdated 15 days ago