Cookie Opt-out

In order to be compliant with GDPR policies, you need to allow your users to opt-out of saving cookies and having their information tracked. You should not be tracking any information on such users, and should refrain from sending any events.

If you are using our SDK to send activity events you can easily opt-out by calling the following method:

xo.activity.optOut();

If you then later decide you want to opt-in again, you can do so by calling the following method:

xo.activity.optIn();

To read more about GDPR and best practices check out the section below.

pagePrivacy Notice

Last updated