Overview
Configuring Prebid.js for Curation enables your cohort signals to flow to SSP curation marketplaces including Monetize, Index Exchange Marketplaces, and Pubmatic. This allows Permutive to package your audience signals into multi-publisher curated deals.Prerequisites:
- Prebid.js v9.5.0 or later installed on your website
- Permutive Web SDK deployed and operational
- Standard or Custom Cohorts enabled for Curation
- Signed Curation Order Form
Steps
1
Verify Prebid RTD Module Installation
Ensure your Prebid.js build includes the Permutive RTD (Real-Time Data) module. This module reads cohort data from local storage and passes it to configured SSPs.The module must be included in your Prebid.js build. Refer to the Prebid integration documentation for detailed setup instructions.
2
Configure Bid Adapters for SSPs
Verify that the required SSP bid adapters are included in your Prebid.js build and properly configured:
- Monetize:
appnexusormsftbid adapter - Index Exchange:
ixbid adapter - Pubmatic:
pubmaticbid adapter
3
Configure RTD Module Settings
Add the Permutive RTD configuration to your Prebid.js setup:Critical settings:
waitForIt: trueensures the auction waits for cohort data to be readyauctionDelay: 200sets a 200ms maximum wait time (adjust as needed)
4
Configure GDPR Consent (If Applicable)
If operating in GDPR regions, add Permutive as a vendor exception in your consent management configuration:This ensures the RTD module can access cohort data stored locally by the Permutive SDK.
Next Steps
Managing Cohort Exclusions
Control which cohorts participate in curation
Prebid Integration Docs
Complete Prebid integration reference
Back to Curation
Return to Curation overview