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/spec/identify.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Segment recommends that you make an Identify call:
11
11
- After a user first registers
12
12
- After a user logs in
13
13
- When a user updates their info (for example, they change or add a new address)
14
-
- Upon loading any pages that are accessible by a logged in user (optional)
14
+
- Upon loading any pages that aren't accessible by a logged in user (optional)
15
15
16
16
The first three examples are pretty self-explanatory, but many might ask: why you would call identify on every page load if we're storing the `userId` in the cookie/local storage?
0 commit comments