Skip to content

Commit 07314b8

Browse files
authored
Updated adplus docs (#6476)
* Added and updated AdPlus docs * Fixed linter issues * Removed unnecessary adplus params
1 parent 7a01426 commit 07314b8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

dev-docs/modules/userid-submodules/adplus.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)