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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Consider this Identify event:
139
139
140
140
```js
141
141
analytics.identify('12091906-01011992', {
142
-
plan_id:'Paid, Tier 2'
142
+
plan_id:'Paid, Tier 2',
143
143
email:'grace@usnavy.gov'
144
144
});
145
145
```
@@ -176,7 +176,7 @@ analytics.user().traits({});
176
176
analytics.group().traits({});
177
177
```
178
178
179
-
## User and Group Information
179
+
## Using analytics.user() and analytics.group()
180
180
181
181
You can use the `user` or `group` method as soon as the Analytics.js library loads, to return information about the currently identified user or group. This information is retrieved from the user's cookie.
0 commit comments