Prebid integration

Different kind of prebid integrations we have to offer

In the below list you will find different kind of prebid integrations that are available within the Brid player.

Player + Page prebid implementation - the major part of the implementation is done on the page itself while you only need to setup the ad unit code on the player side

Full player bidding - all of the setup is done on the player side

Complete external config implementation - prebid configuration with external Brid implementation

Adding prebid for banner fallback - full prebid support for banner fallback

πŸ“˜

TIP

To read more on what prebid is and how it works visit the following URL: https://docs.prebid.org/prebid-video/video-getting-started.html

If you are using prebidJS namespaced with a custom variable (different than "pbjs"), you need to instruct the player to use the new namespace correctly. This can be easily done by adding the following parameter to your embed code. Example below:

<div id="myDiv" class="brid" style="width:640;height:360;" > </div> <script type="text/javascript"> 
$bp("myDiv", {"id":"PLAYER_ID","width":"640","height":"360","video":"VIDEO_ID", "prebid_variable":"YOUR_CUSTOM_PREBID_VARIABLE_NAME"}); </script>