Skip to content

Commit 2b243cb

Browse files
Update src/connections/sources/catalog/libraries/website/javascript/index.md
Co-authored-by: forstisabella <[email protected]>
1 parent 5f26478 commit 2b243cb

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Field | | Type | Description
7575
----- | | ---- | -----------
7676
`userId` | optional | String | The database ID for the user. If you don't know who the user is yet, you can omit the `userId` and just record `traits`. You can read more about identities in the [identify reference](/docs/connections/spec/identify).
7777
`traits` | optional | Object | A dictionary of traits you know about the user, like `email` or `name`. You can read more about traits in the [identify reference](/docs/connections/spec/identify/).
78-
`options` | optional | Object | A dictionary of options. For example, [enable or disable specific destinations](#managing-data-flow-with-the-integrations-object) for the call. _Note: If you do not pass a `traits` object, pass an empty object (as an '{}') before `options`.
78+
`options` | optional | Object | A dictionary of options. For example, [enable or disable specific destinations](#managing-data-flow-with-the-integrations-object) for the call. _Note: If you do not pass a `traits` object, pass an empty object (as an '{}') before `options`._
7979
`callback` | optional | Function | A function executed after a short timeout, giving the browser time to make outbound requests first.
8080

8181
By default, Analytics.js caches traits in the browser's `localStorage` and attaches them to each Identify call.

0 commit comments

Comments
 (0)