Prebid integration
Different kind of prebid integrations we have to offer for outstream units
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 outstream unit to use the new namespace correctly. This can be easily done by adding the following parameter to your embed code. Example below:
<script type="text/javascript" src="https://services.brid.tv/player/build/brid.outstream.min.js"></script> <div id="myDiv" class="brid" > </div> <script type="text/javascript"> $bos("myDiv", {"id":"UNIT_ID","width":"480","height":"270","prebid_variable":"YOUR_CUSTOM_PREBID_VARIABLE_NAME"}}); </script>
Updated over 2 years ago