Skip to content

Commit

Permalink
add UNICORN bid adapter docs (#1827)
Browse files Browse the repository at this point in the history
* add UNICORN bid adapter documentation

* Update unicorn.md

Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>
  • Loading branch information
ctylim and jeanstemp authored Mar 25, 2020
1 parent 1831b69 commit aae410d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dev-docs/bidders/unicorn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: bidder
title: UNICORN
description: Prebid UNICORN Bidder Adaptor
hide: true
media_types: banner
biddercode: unicorn
---

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------------------------------------|------------|-----------|
| `placementId` | optional | Your placement ID | `'rectangle-ad-1'` | `string` |
| `accountId` | required | Account ID for charge request (provided by UNICORN) | `12345` | `integer` |
| `bidfloorCpm` | optional | Floor CPM (JPY); defaults to 0. | `0.2` | `float` |
| `bcat` | optional | Blocked IAB categories | `['IAB-1', 'IAB-2']` | `[string]` |

0 comments on commit aae410d

Please sign in to comment.