Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable cookies option #235

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

jeremygarey
Copy link

@jeremygarey jeremygarey commented Jul 26, 2023

What does this PR do? How does it affect users?

Currently, when auto tracking is initialized, a cookie is automatically dropped on the user's browser. This PR adds an option for the prevention of that cookie being set.

use:

client.initAutoTracking({
    disableCookies: true,
});

Note: when this cookie is disabled, tracking a single user across multiple page reloads and visits via uuid is no longer possible, and initialReferrer data after a page refresh is no longer able to be gathered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant