From eab9a556db1e8a5268164ee5c13963769070695e Mon Sep 17 00:00:00 2001 From: Jamie Druce Date: Thu, 15 Mar 2018 13:57:21 +0000 Subject: [PATCH] Content Ignite docs --- dev-docs/bidders/contentignite.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-docs/bidders/contentignite.md diff --git a/dev-docs/bidders/contentignite.md b/dev-docs/bidders/contentignite.md new file mode 100644 index 0000000000..e9d4554910 --- /dev/null +++ b/dev-docs/bidders/contentignite.md @@ -0,0 +1,23 @@ +--- +layout: bidder +title: Content Ignite +description: Prebid Contnent Ignite Adaptor +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: contentignite +biddercode_longer_than_12: true +prebid_1_0_supported : true +--- + + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +|:----------------|:---------|:-------------------------------------|:-------------------------| +| `accountID` | required | Account ID | `'168237'` | +| `zoneID` | required | Zone ID | `'299680'` | +| `keyword` | optional | Keyword(s) used for custom targeting | `'business'` | +| `minCPM` | optional | Minimum CPM value to accept | `'0.10'` | +| `maxCPM` | optional | Maximum CPM value to accept | `'5.00'` |