File tree Expand file tree Collapse file tree
dev-docs/modules/userid-submodules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ gulp build --modules=adplusIdSystem,userId
2121| Param under userSync.userIds[ ] | Scope | Type | Description | Example |
2222| --- | --- | --- | --- | --- |
2323| name | Required | String | The name of this module: ` "adplusId" ` | ` "adplusId" ` |
24- | storage.expires | Optional | Number | How long (in days) the user ID information will be stored | ` 7 ` (recommended) |
25- | storage.refreshInSeconds | Optional | Number | How many seconds until the ID is refreshed | ` 24 * 3600 ` (recommended) |
2624
2725## AdPlus ID Example
2826
@@ -32,10 +30,7 @@ pbjs.setConfig({
3230 userIds: [{
3331 name: " adplusId" ,
3432 storage: {
35- name: " adplusId" ,
36- type: " cookie&html5" ,
37- expires: 7 ,
38- refreshInSeconds: 24 * 3600
33+ name: " adplusId"
3934 }
4035 }]
4136 }
You can’t perform that action at this time.
0 commit comments