Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions dev-docs/bidders/inneractive.md
Original file line number Diff line number Diff line change
@@ -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/Javascript+Tag+Integration#JavascriptTagIntegration-Configurations) |
8 changes: 8 additions & 0 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@ To improve the speed and load time of your site, build Prebid.js for only the he
</div>
</div>

<div class="col-md-4">
<div class="checkbox">
<label>
<input type="checkbox" bidderCode="inneractive" class="bidder-check-box"> Inneractive
</label>
</div>
</div>

<div class="col-md-4">
<div class="checkbox">
<label>
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ description: A free and open source library for publishers to quickly implement
<div class="col-xs-6 col-sm-4"><h3>Matomy</h3></div>
<div class="col-xs-6 col-sm-4"><h3>Fidelity Media</h3></div>
<div class="col-xs-6 col-sm-4"><h3>ThoughtLeadr</h3></div>
<div class="col-xs-6 col-sm-4"><h3>Inneractive</h3></div>

<!-- END BIDDERS -->
</div>
Expand Down