Skip to content

Commit

Permalink
Michao Bid Adapter: Fixed Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hogekai committed Nov 26, 2024
1 parent 05c0ebb commit 9c80f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/michao.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The Michao Bidding adapter requires setup before beginning.
### Bid Params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placement` | required | Placement id | `12345` | `string` |
Expand Down Expand Up @@ -68,6 +69,7 @@ mediaTypes.video
The following video parameters are supported here so publishers may fully declare their video inventory. These apply to both instream and outstream.

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------|
| context | required | instream or outstream |"outstream" | string |
Expand Down Expand Up @@ -115,5 +117,3 @@ var videoAdUnit = {
##### Out-stream Video

Michao's adapter supports outstream video renderer in two ways: using your own renderer or using ours on Prebid.org.


0 comments on commit 9c80f3f

Please sign in to comment.