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/server/node/index.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -68,18 +68,18 @@ analytics.identify({
68
68
}
69
69
});
70
70
```
71
-
The call below identifies Michael by his unique User ID (the one you know him by in your database), records his associated anonymous ID, and labels him with the `name`, `email`, `plan` and `friends` traits.
71
+
The call above identifies Michael by his unique User ID (the one you know him by in your database), and labels him with the `name`, `email`, `plan` and `friends` traits.
72
72
73
73
The `identify` call has the following fields:
74
74
75
75
<tableclass="api-table">
76
76
<tr>
77
77
<td>`userId` _String, optional_</td>
78
-
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any identify call.</td>
78
+
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any identify call._</td>
79
79
</tr>
80
80
<tr>
81
81
<td>`anonymousId` _String, optional_</td>
82
-
<td>An ID associated with the user when you don't know who they are (for example, [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)) _Note: You must include at least one of `userId` or `anonymousId` in all identify calls.</td>
82
+
<td>An ID associated with the user when you don't know who they are (for example, [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)). _Note: You must include at least one of `userId` or `anonymousId` in all identify calls._</td>
83
83
</tr>
84
84
<tr>
85
85
<td>`traits` _Object, optional_</td>
@@ -140,11 +140,11 @@ The `track` call has the following fields:
140
140
<table>
141
141
<tr>
142
142
<td>`userId` _String, optional_</td>
143
-
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any track call.</td>
143
+
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any track call._</td>
144
144
</tr>
145
145
<tr>
146
146
<td>`anonymousId` _String, optional_</td>
147
-
<td>An ID associated with the user when you don't know who they are (for example, [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)) _Note: You must include at least one of `userId` or `anonymousId` in all track calls.</td>
147
+
<td>An ID associated with the user when you don't know who they are (for example, [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)). _Note: You must include at least one of `userId` or `anonymousId` in all track calls._</td>
148
148
</tr>
149
149
<tr>
150
150
<td>`event` _String_</td>
@@ -193,11 +193,11 @@ The `page` call has the following fields:
193
193
<table>
194
194
<tr>
195
195
<td>`userId` _String, optional_</td>
196
-
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any page call.</td>
196
+
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any page call._</td>
197
197
</tr>
198
198
<tr>
199
199
<td>`anonymousId` _String, optional_</td>
200
-
<td>An ID to associated with the user when you don't know who they are (eg., [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)) _Note: at least one of `userId` or `anonymousId` must be included in any page call.</td>
200
+
<td>An ID associated with the user when you don't know who they are (eg., [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)). _Note: at least one of `userId` or `anonymousId` must be included in any page call._</td>
201
201
</tr>
202
202
<tr>
203
203
<td>`category` _String, optional_</td>
@@ -247,11 +247,11 @@ The `group` call has the following fields:
247
247
<tableclass="api-table">
248
248
<tr>
249
249
<td>`userId` _String, optional_</td>
250
-
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any group call.</td>
250
+
<td>The ID for this user in your database. _Note: at least one of `userId` or `anonymousId` must be included in any group call._</td>
251
251
</tr>
252
252
<tr>
253
253
<td>`anonymousId` _String, optional_</td>
254
-
<td>An ID to associated with the user when you don't know who they are (eg., [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)) _Note: at least one of `userId` or `anonymousId` must be included in any group call.</td>
254
+
<td>An ID associated with the user when you don't know who they are (eg., [the anonymousId generated by `analytics.js`](/docs/connections/sources/catalog/libraries/website/javascript/#anonymous-id)). _Note: at least one of `userId` or `anonymousId` must be included in any group call._</td>
0 commit comments