The Brid ecosystem is fully compatible with prebid.org.
If you plan on utilizing header pre-bidding with prebid.org, you have several different options on how to implement it with Brid.
You can choose which one would work best for your workflow here.
If you plan on utilizing prebidJS in such a way that our player does everything (no prebid code on site/page) follow these steps:
- Got into the edit screen of your player and select the MONETIZATION section.
- Under PRE BIDDING -> Bid Platform select Prebid from the dropdown.
- Enter your Prebid JS URL in the input field below this option. Use this wizard here to get this URL - http://prebid.org/download.html
- Add any type of ad slot, in this example we'll do a PRE-ROLL and you should see a screen like this:
Enter your DFP ad unit ID in the top input field. This is the ad unit ID to which you will be targeting your prebid line items in DFP (Google Ad Manager).
Enter any custom parameters that our player should target when calling prebid. Example:
{"section": "blog", "anotherKey": "anotherValue"}
Enter all bidder data in the text field under Bids. Example:
[{"bidder": "appnexus",
"params": {"placementId": 13232361,
"video": {"skippable": true,"playback_method": ["auto_play_sound_off"]}
}
}]
Press SAVE and you are done!
Our player will do the rest and call your prebid setup as implemented.
Comments
0 comments
Please sign in to leave a comment.