Skip to content

Commit

Permalink
Fix open web doc (prebid#3148)
Browse files Browse the repository at this point in the history
* add Bidsxchange page

* Add openweb doc

* change params

* fix doc
  • Loading branch information
GeneGenie authored Jul 26, 2021
1 parent 7fc3f91 commit 201ec27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/openweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gvl_id: 280
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------|----------|---------------------------------|----------|-----------|
| `aid` | required | The source ID from OpenWeb. | `350975` | `integer` |
| `aid` | required | The source ID from OpenWeb. | `650342` | `integer` |

### Description
OpenWeb.com official prebid adapter. Available in both client and server side versions.
Expand All @@ -40,7 +40,7 @@ var adUnits = [
}
},
bids: [{
bidder: 'adtelligent',
bidder: 'openweb',
params: {
aid: 650344
}
Expand Down

0 comments on commit 201ec27

Please sign in to comment.