Skip to content

Commit 95ae686

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

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

modules/startioBidAdapter.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ To enable iframe-based user syncing for Start.io, include the `filterSettings` c
102102
pbjs.setConfig({
103103
userSync: {
104104
userIds: [{
105-
name: 'startioId'
105+
name: 'startioId',
106+
storage: {
107+
type: 'cookie&html5',
108+
name: 'startioId'
109+
}
106110
}],
107111
filterSettings: {
108112
iframe: {

modules/startioIdSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pbjs.setConfig({
1616
storage: {
1717
type: 'cookie&html5', // 'cookie', 'html5', or 'cookie&html5'
1818
name: 'startioId',
19-
expires: 365 // optional, 90 days by default
19+
expires: 90 // optional, 90 days by default
2020
}
2121
}],
2222
filterSettings: {

0 commit comments

Comments
 (0)