Skip to content

Commit

Permalink
Fix openWeb doc (#3211)
Browse files Browse the repository at this point in the history
* add Bidsxchange page

* Add openweb doc

* change params

* fix doc

* openWeb doc update
  • Loading branch information
GeneGenie authored Aug 18, 2021
1 parent 0b1c688 commit 9fb0d19
Showing 1 changed file with 2 additions and 18 deletions.
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

0 comments on commit 9fb0d19

Please sign in to comment.