You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/trackers/javascript-trackers/web-tracker/anonymous-tracking/index.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: "Opt-outs and anonymous tracking"
3
+
description: "Capture Snowplow web events without user or session identifiers, without IP addresses and without setting any cookies"
3
4
date: "2022-08-30"
4
5
sidebar_position: 2860
5
6
---
@@ -40,7 +41,7 @@ This mode will no longer track any user identifiers or session information. Simi
40
41
41
42
Setting `stateStorageStrategy` to `cookieAndLocalStorage` or `localStorage` also allows for event buffering to continue working whilst not sending user information when `anonymousTracking` is enabled.
42
43
43
-
Anonymous tracking can be toggled on and off.
44
+
Anonymous tracking can be toggled on and off.
44
45
45
46
### 2. Client-side anonymisation with session
46
47
@@ -169,7 +170,7 @@ import { enableAnonymousTracking } from '@snowplow/browser-tracker';
0 commit comments