Skip to content

Commit

Permalink
mark parameters' availability
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaF committed Jun 24, 2024
1 parent b225d90 commit e92ac85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/bidders/mediago.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The MediaGo Bidding adapter requires setup before beginning. Please contact us a
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `token` | required | publisher token, This parameter expects all imps to be the same | `'1e100887dd614b7f69fdd1360437'` | `string` |
| `region` | recommend | Server region for PBS request: US for US Region, EU for EU Region, APAC for APAC Region, default is US. This parameter expects all imps to be the same. | `'US'` | `string` |
| `test` | recommend | 0(default): production env mode. <br> 1: dev env mode and no charge.we will bid Higher frequency to make debug easier. | `1/0` | `Number` |
| `bidfloor` | recommend | Sets a floor price for the bid | `0.05` | `float` |
| `region` | recommend | Server region for PBS request: US for US Region, EU for EU Region, APAC for APAC Region, default is US. This parameter expects all imps to be the same. This parameter is available for PBS only. | `'US'` | `string` |
| `test` | recommend | 0(default): production env mode. <br> 1: dev env mode and no charge.we will bid Higher frequency to make debug easier. This parameter is available for PBJS only. | `1/0` | `Number` |
| `bidfloor` | recommend | Sets a floor price for the bid. This parameter is available for PBJS only. | `0.05` | `float` |
| `placementId` | recommend | The AD placement ID | `12341234` | `string` |

0 comments on commit e92ac85

Please sign in to comment.