Skip to content

Commit 9b5ca85

Browse files
authored
Update index.md
1 parent ccd6eca commit 9b5ca85

File tree

1 file changed

+3
-3
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/server/node/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The `identify` call has the following fields:
7979
</tr>
8080
<tr>
8181
<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>
8383
</tr>
8484
<tr>
8585
<td>`traits` _Object, optional_</td>
@@ -197,7 +197,7 @@ The `page` call has the following fields:
197197
</tr>
198198
<tr>
199199
<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>
201201
</tr>
202202
<tr>
203203
<td>`category` _String, optional_</td>
@@ -251,7 +251,7 @@ The `group` call has the following fields:
251251
</tr>
252252
<tr>
253253
<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>
255255
</tr>
256256
<tr>
257257
<td>`groupId` _string</td>

0 commit comments

Comments
 (0)