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: src/connections/sources/catalog/libraries/website/javascript/identity.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ A user's `anonymousId` changes when any of the following conditions are met.
58
58
- The user clears their cookies _and_ `localstorage`.
59
59
- Your site or app calls [`analytics.reset()`](/docs/connections/sources/catalog/libraries/website/javascript/#reset-or-logout) during in the user's browser session.
60
60
- Your site or app calls `analytics.identify()` with a userId that is different from the current userId.
61
+
- Your site or app is setting ajs_user_id to an empty string or calling `analytics.user().id('')`.
61
62
62
63
63
64
### Override the Anonymous ID from the Segment snippet
0 commit comments