Skip to content

Commit

Permalink
Add Bright Mountain Media Bid Adapter documentation (#2220)
Browse files Browse the repository at this point in the history
* Add Bright Mountain Media Adapter website doc

* Update brightmountainmedia.md

adding quotes on string example and the new 'pbjs: true' header, which will soon be needed

Co-authored-by: bretg <[email protected]>
  • Loading branch information
BrightMountainMedia and bretg authored Aug 20, 2020
1 parent e8f224d commit 9dc2aa4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev-docs/bidders/brightmountainmedia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: Bright Mountain Media
description: Prebid Bright Mountain Media Bidder Adapter
pbjs: true
biddercode: brightmountainmedia
media_types: banner
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
| -------------- | -------- | ----------------------------------------------------------------- | -------------------------- | -------- |
| `placement_id` | required | Placement Id will be generated on Bright Mountain Media Platform. | `'5f21784949be81002079d08c'` | `string` |
| `traffic` | required | Type traffic | `'banner'` | `string` |

0 comments on commit 9dc2aa4

Please sign in to comment.