From 475436b1760afc6a6da19c0d3d7da97e73a208df Mon Sep 17 00:00:00 2001 From: Zameer Rehmani Date: Wed, 15 Nov 2017 12:07:36 -0500 Subject: [PATCH] + Add Optimatic Bidder integration documentation --- dev-docs/bidders/optimatic.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-docs/bidders/optimatic.md diff --git a/dev-docs/bidders/optimatic.md b/dev-docs/bidders/optimatic.md new file mode 100644 index 0000000000..d14eae94ed --- /dev/null +++ b/dev-docs/bidders/optimatic.md @@ -0,0 +1,23 @@ +--- +layout: bidder +title: Optimatic +description: Prebid Optimatic Bidder Adaptor +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: optimatic +biddercode_longer_than_12: false +--- + +### Note: + +Optimatic adapter only supports video ads. + +### bid params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | +| :------- | :------- | :---------------------- | :--------------- | +| placement | required | Optimatic Placement ID | `'2chy7Gc2eSQL'` | +| bidfloor | required | Bid floor | `2.00` |