How to add a new SSP in Relevant Yield HB Manager
If you are looking to establish an API connection for the Ad Revenue Insight module, please contact your account manager for detailed guidance on the required credentials.
How to add a new SSP:
1. Configure settings for the SSP
To add a new SSP connection, go to Configuration -> Integrations and click "+ New Ssp".
From a drop-down select an SSP you would like to add to your prebid stack.
HB Manager Generic Bidder
If you cannot find the SSP you wish to integrate in the list, but you know it is an official Prebid bidder, select “HB Manager Generic Bidder”.
Required Prebid parameters for each bidder can be found here.
-
Default bidder name* = Prebid bidder code
-
ID Bidder param* = Prebid required parameter (usually representing the placement ID)
Configure the settings according to the bidder’s requirements, using the appropriate Prebid.js parameters.
If you need assistance, please contact your Technical Account Manager.
2. Fill in the required fields
Most fields in the SSP configuration are straightforward (e.g., Publisher ID or Account ID). However, if you encounter any difficulties or require clarification, please don’t hesitate to contact your account manager for assistance.
Basic JSON structure
A typical JSON structure for defining additional Prebid parameter looks like this:
{
"site": "example-site",
"adUnitElementId": "div-ad-slot-1",
"placement": "placment-name"
}
✅ Use double quotes for keys and string values.
✅ Keep consistent formatting (indentation, commas, and spacing).
✅ Validate your JSON using tools such as JSONLint.
✅ Include only the necessary parameters to avoid errors.
3. Save
Finally, don’t forget to save, as this will automatically start rebuilding your prebid.js file.
You are now ready to start mapping the newly added SSP placements.
See the bulk import for automated SSP placement mapping HERE.
Possible Errors
Note: If you receive an error after saving, you have most likely selected a bidder adapter that is not supported in your current Prebid.js version. Please verify that each bidder or module is available in the selected version. Also, be aware that although you can download older versions of Prebid.js, only the most recent major version is officially supported.