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: modules/startioSystem.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ The below parameters apply only to the Start.io User ID integration.
34
34
| params | Required | Object | Container of all module params. ||
35
35
| params.endpoint | Required | String | The URL of the Start.io ID endpoint. Must return a JSON object with an `id` field. |`"https://id.startio.example.com/uid"`|
36
36
| storage | Optional | Object | Controls how the ID is persisted. Managed by Prebid.js core; see notes below. ||
37
-
| storage.type | Optional | String | Storage mechanism. Accepts `cookie`, `html5`, or `cookie&html5`. Defaults to both when omitted. |`"cookie&html5"`|
37
+
| storage.name | Required | String | The cookie or local-storage key used to persist the ID. Must match the module name. |`"startioId"`|
38
+
| storage.type | Optional | String | Storage mechanism. `"cookie"` for cookies only, `"html5"` for localStorage only. Omit to use both. |`"html5"`|
38
39
| storage.expires | Optional | Number | Cookie / storage TTL in days. Defaults to `365`. |`365`|
0 commit comments