Skip to content

Commit

Permalink
Add deprecated Project Limelight Bidder Adaptor (#3143)
Browse files Browse the repository at this point in the history
  • Loading branch information
imedvedko authored Jul 23, 2021
1 parent 7b78ee5 commit 7fc3f91
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dev-docs/bidders/projectLimelight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: bidder
title: Project Limelight
description: Prebid Project Limelight Bidder Adaptor
pbjs: true
biddercode: project-limelight
aliasCode: projectLimeLight
media_types: video
pbjs_version_notes: not in 5.x
---

### Bid Params

{: .table .table-bordered .table-striped }
| 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|

0 comments on commit 7fc3f91

Please sign in to comment.