Skip to content

Commit

Permalink
Limelight Digital Bid Adapter: Add optional Publisher ID field (#3405)
Browse files Browse the repository at this point in the history
  • Loading branch information
imedvedko committed Nov 19, 2021
1 parent 5b71d89 commit 340443d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-docs/bidders/limelightDigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ media_types: video
| Name | Scope | Description | Example |type|
| :----------- | :--------- | :------------ | :----------------- |:---|
| `host` | required | Ad network's RTB host | `'exchange.ortb.net'` | `string` |
| `adUnitId` | required | Ad Unit Id will be generated on Limelight Digital Platform. | 0 |integer|
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` |string|
| `adUnitId` | required | Ad Unit Id will be generated on Limelight Digital Platform. | 0 | `integer` |
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
| `publisherId` | optional | Publisher ID | `'12345'` | `string` |

0 comments on commit 340443d

Please sign in to comment.