We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fa66f commit b71da0eCopy full SHA for b71da0e
1 file changed
modules/startioIdSystem.md
@@ -38,3 +38,7 @@ The below parameters apply only to the Start.io User ID integration.
38
| Param under userSync.userIds[] | Scope | Type | Description | Example |
39
| --- | --- | --- | --- | --- |
40
| name | Required | String | The name of this module. | `"startioId"` |
41
+| storage | Required | Object | Storage configuration for the user ID. | |
42
+| storage.type | Required | String | Type of storage: `"cookie"`, `"html5"`, or `"cookie&html5"`. | `"cookie&html5"` |
43
+| storage.name | Required | String | The name used to store the user ID. | `"startioId"` |
44
+| storage.expires | Optional | Number | Number of days before the stored ID expires. Defaults to `90`. | `365` |
0 commit comments