Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dev-docs/bidders/33across.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ sidebarType: 1
### Bid Params

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

| Name | Scope | Description | Example | Type |
|-------------|----------|--------------------------------------------------------------------------------------------------------------------------------|------------|----------|
| `siteId` | required | Publisher GUID from 33Across | `'examplePub123'` | `string` |
| `productId` | required | 33Across Product ID that the Publisher has registered for (use `'siab'` for Banner or Outstream Video , `'inview'` for Adhesion, `'instream'` for Instream Video) | `'siab'` | `string` |
| `test` | optional | Set to `1` to enable test mode | `1` | `integer` |

### Ad Unit Setup for Banner

Expand Down
2 changes: 2 additions & 0 deletions dev-docs/bidders/mediago.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The MediaGo Bidding adapter requires setup before beginning. Please contact us a
### Bid Params

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

| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `token` | required | publisher token, This parameter expects all imps to be the same | `'1e100887dd614b7f69fdd1360437'` | `string` |
Expand All @@ -35,3 +36,4 @@ The MediaGo Bidding adapter requires setup before beginning. Please contact us a
| `bidfloor` | recommend | Sets a floor price for the bid. This parameter is available for PBJS only. | `0.05` | `float` |
| `publisher` | required | publisher id | `'abcdefg'` | `string` |
| `placementId` | recommend | The AD placement ID | `12341234` | `string` |
| `tagid` | optional | Tag identifier for the impression | `"1"` | `string` |