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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The `identify` call has the following fields:
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>
@@ -197,7 +197,7 @@ The `page` call has the following fields:
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>
@@ -251,7 +251,7 @@ The `group` call has the following fields:
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