Skip to content

Commit 409a4de

Browse files
Update identity.md
1 parent 5d5193f commit 409a4de

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A user's `anonymousId` changes when any of the following conditions are met.
5858
- The user clears their cookies _and_ `localstorage`.
5959
- Your site or app calls [`analytics.reset()`](/docs/connections/sources/catalog/libraries/website/javascript/#reset-or-logout) during in the user's browser session.
6060
- 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('')` before calling `analytics.identify()`, which will result in a new `anonymousId` when `analytics.identify()` is called.
61+
- Your site or app is setting `ajs_user_id` to an empty string or calling `analytics.user().id('')` before calling `analytics.identify()`. This sequence of events will result in a new anonymousId being set when `analytics.identify()` is called.
6262
6363
6464
### Override the Anonymous ID from the Segment snippet

0 commit comments

Comments
 (0)