From 9dc2aa489b4fa3c4d97174e6d0f8c468ef41d332 Mon Sep 17 00:00:00 2001 From: BrightMountainMedia <69471268+BrightMountainMediaInc@users.noreply.github.com> Date: Fri, 21 Aug 2020 00:39:25 +0530 Subject: [PATCH] Add Bright Mountain Media Bid Adapter documentation (#2220) * 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 --- dev-docs/bidders/brightmountainmedia.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-docs/bidders/brightmountainmedia.md diff --git a/dev-docs/bidders/brightmountainmedia.md b/dev-docs/bidders/brightmountainmedia.md new file mode 100644 index 0000000000..b29eaf51aa --- /dev/null +++ b/dev-docs/bidders/brightmountainmedia.md @@ -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` |