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
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.
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
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)