Skip to content

Commit

Permalink
Add Inmar bidder adapter (prebid#2585)
Browse files Browse the repository at this point in the history
* Add Inmar bidder adapter

* Update Inmar bidder adapter documentation

* Update Inmar bidder adapter documentation

* Remove inmarId from userIds
  • Loading branch information
zandree-owneriq authored and osazos committed Jan 21, 2021
1 parent b86d081 commit 67fc449
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dev-docs/bidders/inmar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: bidder
title: Inmar
description: Prebid Inmar Bidder Adapter

biddercode: inmar
usp_supported: true
userIds: identityLink, liveIntentId, unifiedId, pubProvidedId
media_types: banner, video
safeframes_ok: false
bidder_supports_deals: true
pbjs: true
---
### Note:

The Inmar Bidding adapter requires setup before beginning. Please contact us at [email protected]

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|----------------------------------------------------------------------------------------------------------------|----------------|-----------|
| `partnerId` | required | The partner ID from Inmar. | `12345` | `integer` |
| `inmarId` | optional | The Inmar user ID. | `'ADb1f40rmi'` | `string` |
| `position` | optional | Ad position on screen. Supported values: `0` - Unknown (default), `1` - Above the fold, `3` - Below the fold. | `1` | `integer` |

0 comments on commit 67fc449

Please sign in to comment.