Skip to content

Commit

Permalink
restoring value of hadronId in storage (doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaso committed Oct 28, 2024
1 parent e545e7b commit c1e4b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hadronIdSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pbjs.setConfig({
partnerId: 1234 // change it to the Partner ID you got from Audigent
},
storage: {
name: 'auHadronId',
name: 'hadronId',
type: 'html5'
}
}]
Expand All @@ -30,7 +30,7 @@ The below parameters apply only to the HadronID User ID Module integration.
| name | Required | String | ID value for the HadronID module - `"hadronId"` | `"hadronId"` |
| storage | Required | Object | The publisher must specify the local storage in which to store the results of the call to get the user ID. This can be either cookie or HTML5 storage. | |
| storage.type | Required | String | This is where the the user ID will be stored. The recommended method is `localStorage` by specifying `html5`. | `"html5"` |
| storage.name | Required | String | The name of the cookie or html5 local storage where the user ID will be stored. The recommended value is `auHadronId`. | `"auHadronId"` |
| storage.name | Required | String | The name of the cookie or html5 local storage where the user ID will be stored. The recommended value is `hadronId`. | `"auHadronId"` |
| storage.expires | Optional | Integer | How long (in days) the user ID information will be stored. The recommended value is 14 days. | `14` |
| value | Optional | Object | Used only if the page has a separate mechanism for storing the Hadron ID. The value is an object containing the values to be sent to the adapters. In this scenario, no URL is called and nothing is added to local storage | `{"hadronId": "0aRSTUAackg79ijgd8e8j6kah9ed9j6hdfgb6cl00volopxo00npzjmmb"}` |
| params | Optional | Object | Used to store params for the id system |
Expand Down

0 comments on commit c1e4b33

Please # to comment.