Skip to content

Commit

Permalink
Add project limelight docs (#1315)
Browse files Browse the repository at this point in the history
* Add project limelight docs

* adding alias

Because your actual adapter filename is different than your bidder-code, this alias will be needed for the download page to work
  • Loading branch information
apykhteyev authored and bretg committed May 23, 2019
1 parent 7bf7dac commit 99cdf60
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev-docs/bidders/project-limelight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: Project Limelight
description: Prebid Project Limelight Bidder Adaptor
hide: true
biddercode: project-limelight
aliasCode: projectLimeLight
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |type|
| :----------- | :--------- | :------------ | :----------------- |:---|
| `adUnitId` | required | Ad Unit Id will be generated on Project Limelight Platform. | 0 |integer|
| `adUnitType` | required | Type of Ad Unit ('video', 'banner') | 'banner' |string|

0 comments on commit 99cdf60

Please sign in to comment.