Holid bidder integration guide

This article demonstrates how to implement Holid bidder to your site

If you are working with Magnite's Demand Manager, Relevant Yield or Livewrapped as prebid wrapper, learn how to integrate with them.

Holid bidder requires your prebid.js core to be version 8.3 or above in order to monetize your site most efficiently. 

This article includes:

- Adding Holid bidder to your prebid.js core

- Adding your Holid bidder adUnitIDs to your prebid ad units.

Adding the Holid bidder to your prebid.js core

Visit the prebid.js download page, select your adapters, including “Holid”, and modules. 

Alternatively, you can build Prebid.js from the source code. For instructions, see the Prebid.js README on GitHub (more advanced).

Important: Make sure to download prebid.js version 8.3 or above for optimal Holid bidder performance.

Make sure to have read the Holid bidder documentation for using the prebid, where we recommend activating iframe user-sync to increase monetization:

pbjs.setConfig({
userSync: {
filterSettings: {
iframe: {
bidders: '*', // '*' means all bidders. 'holid' if applying only for holid bidder
filter: 'include'
}
}
}
});

Add your Holid bidder adUnitIDs to your prebid ad units

Holid bidder currently only allows for Display ads. We are working on expanding support for more mediaTypes.

Get your ID from Holid.io. 

The ID you get from the platform can be implemented on several ad units several times per subpage/pageview and are non-size sensitive, meaning you can implement either of them on either of your ad units. Holid bidder checks the sizes you have declared in your prebid.js ad units and only bids on those sizes.

You can also request from our support team several adUnitIDs, if you want one adUnitID per ad unit. Create a ticket inside the platform and we'll make them available for you.

Done!

Your revenue will be added on a daily basis to your Holid.io account.