From 94d66e78a8d12a5b09e0c9e2e77539abb8f3903c Mon Sep 17 00:00:00 2001 From: uriw Date: Mon, 10 Apr 2017 10:52:53 +0300 Subject: [PATCH] docs: adding inneractive.md - Inneractive Adapter Documentation --- dev-docs/bidders/inneractive.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-docs/bidders/inneractive.md diff --git a/dev-docs/bidders/inneractive.md b/dev-docs/bidders/inneractive.md new file mode 100644 index 0000000000..52e5ffd21c --- /dev/null +++ b/dev-docs/bidders/inneractive.md @@ -0,0 +1,26 @@ +--- +layout: bidder +title: Inneractive +description: Prebid Inneractive Bidder Adaptor + +top_nav_section: dev_docs +nav_section: reference + +hide: true + +biddercode: inneractive + +biddercode_longer_than_12: false + +--- + + + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +| :--- | :---- | :---------- | :------ | +| `appId` | required | The app. ID provided by Inneractive | "Company_App_OS" | +| `adSpotType` | required | The ad spot type | "BANNER" / "RECTANGLE" | +| `customParams` | optional | Allows passing custom parameters into the bid request | See the more details [**here**](https://confluence.inner-active.com/display/DevWiki/IA+Adapter+AdUnit+Bidder+Configuration) | \ No newline at end of file