-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New Adapter: 9dotsmedialtd #5966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 3 commits
d09ae1f
83df5ee
93199aa
2bc59f6
b0a831e
d6e2606
2824c29
968b989
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,41 @@ | ||||||
| --- | ||||||
| layout: bidder | ||||||
| title: 9dots media LTD | ||||||
| description: Prebid 9dots media LTD Bidder Adaptor | ||||||
| biddercode: 9dotsmedialtd | ||||||
| pbjs: false | ||||||
| pbs: true | ||||||
| media_types: video, banner | ||||||
| userIds: all | ||||||
| fpd_supported: false | ||||||
| tcfeu_supported: false | ||||||
| usp_supported: true | ||||||
| coppa_supported: true | ||||||
| schain_supported: true | ||||||
| prebid_member: false | ||||||
| ortb_blocking_supported: true | ||||||
| multiformat_supported: will-bid-on-one | ||||||
| floors_supported: false | ||||||
| aliasCode: limelightDigital | ||||||
| sidebarType: 1 | ||||||
| --- | ||||||
|
|
||||||
| ### Bid Params | ||||||
|
|
||||||
| {: .table .table-bordered .table-striped } | ||||||
|
|
||||||
| | Name | Scope | Description | Example | Type | | ||||||
| |:--------------|:---------|:--------------------------------------------------------------|:-----------------------|:----------| | ||||||
| | `host` | required | Ad network's RTB host | `'<adserving domain>'` | `string` | | ||||||
muuki88 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| | `adUnitId` | required | Ad Unit Id will be generated on <Public title name> Platform. | `42` | `integer` | | ||||||
| | `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` | | ||||||
| | `publisherId` | required | Publisher ID | `'12345'` | `string` | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is an alias of limelightDigital which means this also requires the |
||||||
| | `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | | ||||||
| | `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | | ||||||
| | `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` | | ||||||
| | `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | | ||||||
| | `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | | ||||||
|
|
||||||
| <Public title name> server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But <Public title name> client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. | ||||||
muuki88 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| <Public title name> server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But <Public title name> client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. | ||||||
|
||||||
| <Public title name> server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But <Public title name> client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. | |
| The 9dotsmedialtd server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But the 9dotsmedialtd client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Uh oh!
There was an error while loading. Please reload this page.