GDPR – Opting Out Visitors from Personyze Tracking, using Javascript

User privacy and GDPR compliance:

To opt out a visitor from Personyze using javascript, utilize the following JS scripts:

_S_T.system.off()

To turn on tracking:

_S_T.system.on()

To show a visitor state, if we are tracking or not:

_S_T.system.is_on()

 

You can also use the domain setting function Privacy&GDPR to generate code that can be embedded into your privacy page.