Skip to content

Commit

Permalink
1PID storage config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfelix committed Feb 1, 2024
1 parent 54ec816 commit baab404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-docs/modules/userid-submodules/33across.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following configuration parameters are available:
| name | Required | String | The name of this sub-module | `"33acrossId"` |
| params ||| Details for the sub-module initialization ||
| params.pid | Required | String | Partner ID (PID) | Please reach out to [PrebidUIM@33across.com](mailto:PrebidUIM@33across.com) and request your PID |
| params.storeFpid | Optional | Boolean | Indicates whether a supplemental first-party ID may be stored to improve addressability | `false` (default) or `true` |
| storage |||||
| storage.name | Required | String | The name of the cookie or html5 local storage key | `"33acrossId"` (recommended) |
| storage.type | Required | String | This is where the 33across user ID will be stored | `"html5"` (recommended) or `"cookie"` |
Expand All @@ -40,7 +41,8 @@ pbjs.setConfig({
userIds: [{
name: "33acrossId",
params: {
pid: "0010b00002GYU4eBAH" // Example ID
pid: "0010b00002GYU4eBAH", // Example ID
storeFpid: true
},
storage: {
name: "33acrossId",
Expand Down

0 comments on commit baab404

Please sign in to comment.