When setCustomVariable is called with an undefined value:
Uncaught TypeError: Cannot call method 'slice' of undefined piwik.js:2483
Tracker.setCustomVariable piwik.js:2483
apply piwik.js:545
(anonymous function) piwik.js:3082
(anonymous function)
Spec:
- when custom variable name is undefined, fail silently
- when custom variable value is undefined, change to empty string
When setCustomVariable is called with an undefined value:
Spec: