From 5336cde42e278a51f6cc06ec356f70f8ba5dd312 Mon Sep 17 00:00:00 2001 From: uriw Date: Mon, 10 Apr 2017 19:06:37 +0300 Subject: [PATCH 1/2] docs: changing markdown to contain valid URL + newline so table markdown is valid --- dev-docs/bidders/inneractive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/inneractive.md b/dev-docs/bidders/inneractive.md index 52e5ffd21c..3892afdec8 100644 --- a/dev-docs/bidders/inneractive.md +++ b/dev-docs/bidders/inneractive.md @@ -23,4 +23,4 @@ biddercode_longer_than_12: false | :--- | :---- | :---------- | :------ | | `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 +| `customParams` | optional | Allows passing custom parameters in the bid request | See more details at: https://confluence.inner-active.com/display/DevWiki/IA+Adapter+AdUnit+Bidder+Configuration | From 1f7507e2217ef9e3f7f85276a878ee76c4f1388e Mon Sep 17 00:00:00 2001 From: uriw Date: Mon, 10 Apr 2017 19:24:32 +0300 Subject: [PATCH 2/2] - docs: reorganized adapter bid params table --- dev-docs/bidders/inneractive.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-docs/bidders/inneractive.md b/dev-docs/bidders/inneractive.md index 3892afdec8..25b3cb1789 100644 --- a/dev-docs/bidders/inneractive.md +++ b/dev-docs/bidders/inneractive.md @@ -19,8 +19,8 @@ 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 in the bid request | See more details at: https://confluence.inner-active.com/display/DevWiki/IA+Adapter+AdUnit+Bidder+Configuration | +| 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 in the bid request | `See more details at: https://confluence.inner-active.com/display/DevWiki/IA+Adapter+AdUnit+Bidder+Configuration` |