Setting up and working with the Prebid User ID
Add, configure, and manage Prebid User ID modules in HB Manager.
Use Prebid User ID modules to work with supported identity vendors.
Configure each module at the global or site level.
1. Add a User ID module
First, add the identity vendor to your Prebid.js build.
Go to Configuration → Integrations.
Select New User ID Module.
Select the identity vendor.

2. Enable and configure the module
Enable the module where it should apply. Use global settings for all traffic. Use site settings for a specific site.
Go to HB Management → Global HB Management → Prebid parameters.
Select User ID Modules.
Enable the module and enter its settings.

3. Configure module settings
Set the vendor fields and storage behavior for the enabled module.
Required and optional fields
Add vendor-specific credentials, such as a partner ID or key.
modules[].params
Storage type
Choose where the browser stores the ID, such as local storage or a cookie.
storage.type
Storage time
Set how long the ID remains valid, in days.
storage.expires
Refresh interval
Set how often the module checks or generates an ID, in seconds.
storage.refreshInSeconds
Save the settings to activate the module for the selected scope.
Vendor requirements
Review the Prebid User ID sub-modules reference for supported vendors and required fields.
For other implementation options, see Formats and channels.
Last updated
Was this helpful?