Skip to content

Commit b71da0e

Browse files
committed
Docs: Update StartIO ID module documentation with storage configuration details
1 parent 42fa66f commit b71da0e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/startioIdSystem.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ The below parameters apply only to the Start.io User ID integration.
3838
| Param under userSync.userIds[] | Scope | Type | Description | Example |
3939
| --- | --- | --- | --- | --- |
4040
| 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

Comments
 (0)