-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecated Project Limelight Bidder Adaptor (#3143)
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |