Skip to content

Commit

Permalink
ID5 UserId - no longer requiring html storage type (prebid#5498)
Browse files Browse the repository at this point in the history
  • Loading branch information
abazylewicz-id5 authored Jul 26, 2024
1 parent 9a34d9e commit ee2899a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/modules/userid-submodules/id5.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ pbjs.setConfig({
}
},
storage: {
type: 'html5', // "html5" is the required storage type
name: 'id5id', // "id5id" is the required storage name
type: 'html5', // "html5" is the recommended storage type
name: 'id5id', // "id5id" is the recommended storage name
expires: 90, // storage lasts for 90 days
refreshInSeconds: 7200 // refresh ID every 2 hours to ensure it's fresh
}
Expand All @@ -80,7 +80,7 @@ pbjs.setConfig({
```

{: .alert.alert-warning :}
**ATTENTION:** As of Prebid.js v4.14.0, ID5 requires `storage.type` to be `"html5"` and `storage.name` to be `"id5id"`. Using other values will display a warning today, but in an upcoming release, it will prevent the ID5 module from loading. This change is to ensure the ID5 module in Prebid.js interoperates properly with the [ID5 API](https://github.com/id5io/id5-api.js) and to reduce the size of publishers' first-party cookies that are sent to their web servers. For the same reasons it is very important as of Prebid.js v8.33.0 to provide the `externalModuleUrl` parameter and set it to the latest available module version at `https://cdn.id5-sync.com/api/1.0/id5PrebidModule.js`. If you have any questions, please reach out to us at [[email protected]](mailto:[email protected]).
**ATTENTION:** As of Prebid.js v8.33.0, to ensure the ID5 module in Prebid.js interoperates properly with the [ID5 API](https://github.com/id5io/id5-api.js), it's possible to provide the `externalModuleUrl` parameter and set it to the latest available module version at `https://cdn.id5-sync.com/api/1.0/id5PrebidModule.js`. If you have any questions, please reach out to us at [[email protected]](mailto:[email protected]).

### Provided eids
The module provides following eids:
Expand Down

0 comments on commit ee2899a

Please sign in to comment.