forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Inmar bidder adapter (prebid#2585)
* Add Inmar bidder adapter * Update Inmar bidder adapter documentation * Update Inmar bidder adapter documentation * Remove inmarId from userIds
- Loading branch information
1 parent
b86d081
commit 67fc449
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | |