setSessionIdStrictPrivacyMode
The setSessionIdStrictPrivacyMode() method enables or disables the reading of the screen resolution and browser plugins from the visitor’s device without consent. Accessing a visitor’s device is not compliant with the German Data Protection Act (TTDSG) and similar privacy laws.
Syntax
setSessionIdStrictPrivacyMode(isStrict)
Not available
Not available
Not available
Not available
Not available
Not available
Parameters
isStrict (boolean, required)
Whether to enable or disable the reading of the screen resolution and browser plugins from the visitor’s device without consent. True: enable. False: disable.
Example
To allow the reading of the screen resolution and browser plugins:
_paq.push(["setSessionIdStrictPrivacyMode", true]);
Not available
Not available
Not available
Not available
Not available
Not available
Related methods
Updated 7 days ago
Did this page help you?