Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix openWeb doc #3211

Merged
merged 10 commits into from
Aug 18, 2021
20 changes: 2 additions & 18 deletions dev-docs/bidders/openweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: bidder
title: OpenWeb
description: Prebid OpenWeb Bidder Adapter
biddercode: openweb
media_types: video,banner,adpod
media_types: banner
gdpr_supported: true
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId
schain_supported: true
Expand All @@ -25,27 +25,11 @@ gvl_id: 280

### Description
OpenWeb.com official prebid adapter. Available in both client and server side versions.
OpenWeb header bidding adapter provides solution for accessing both Video and Display demand.
OpenWeb header bidding adapter provides solution for accessing banner demand.

### Test Parameters
```
var adUnits = [
// Video instream adUnit
{
code: 'test-div',
mediaTypes: {
video: {
context: 'instream',
playerSize: [640, 480]
}
},
bids: [{
bidder: 'openweb',
params: {
aid: 650344
}
}]
},
// Banner adUnit
{
mediaTypes: {
Expand Down