- Primary Setup Steps
- Web
Configure Cohort Activations
The Index Exchange SSP integration works automatically through Prebid.js once cohorts are activated. Navigate to the cohort you wish to activate in the Permutive dashboard.For Custom Cohorts (publisher-specific audiences), enable the Index Exchange SSP activation. When activated, cohort data will be stored in the
_pindexs local storage key, which the Permutive RTD module reads and passes to Index Exchange.Custom Cohorts require explicit activation per cohort. Standard, Curated, and Data Clean Room cohorts are configured by your Customer Success Manager. Contact your CSM to enable these cohort types for your integration.
Verify Prebid.js Configuration
Ensure your Prebid.js configuration includes the Permutive RTD module with Index Exchange support:
Verify that the Permutive SDK is loading correctly and that cohort data is being written to local storage.
Verify Setup
After activating cohorts and configuring Prebid.js, verify that cohort data is being passed to Index Exchange in bid requests.Use the Professor Prebid Chrome extension (download here) to inspect bid requests:
- Install the Professor Prebid extension
- Open the extension while on your page
- Navigate to the “Bid Requests” tab
- Find Index Exchange (
ix) bidder requests - Verify that the ORTB2 object contains Permutive cohort data in
ortb2.user.dataandortb2.user.keywords
- Check local storage for the
_pindexskey (Custom Cohorts) or_psspskey (Standard/Curated/DCR cohorts) - Inspect network requests to Index Exchange endpoints
- Verify that the ORTB2 object in bid requests contains Permutive cohort data
It may take a few minutes for cohort membership to populate after initial page load.
