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 necessary 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.
2. Fill in the required* fields
Most fields in the SSP configuration are straightforward (e.g. Publisher ID and or Account ID). However, if you encounter any difficulties or need clarification, please don’t hesitate to reach out to your account manager for assistance.
If there are multiple required parameters, then those are added later to Prebid parameters on the designated level (global, publisher, site, placement) with the JSON syntax rules.
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, spacing).
✅ Validate JSON with tools like JSONLint.
✅ Include only necessary parameters to avoid errors.
HB Manager Generic Bidder
If you cannot find and SSP you want to integrate on the list, but you know it is an official prebid bidder, then select "HB Manager Generic Bidder".
Required prebid parameters can be found from each bidder here.
- Default bidder name* = Prebid bidder code
- ID Bidder param* = Prebid required param (usually a parameter representing placement ID)
3. Save
Lastly don't forget to save, this will automatically start rebuilding your prebid.js.
Possible Errors
Note: If you receive an error after saving you most likely selected a bidder adapter that is not supported in your current prebid.js version. Verify that each bidder / module is available in the selected version. Also please note that even though you can download older versions of Prebid.js, Prebid only supports the most recent major version.
You are now ready to start mapping the newly added SSP placements.
See the bulk import for automated SSP placement mapping HERE.