Skip to content

Commit 8125d36

Browse files
quietPusherapykhteyevbelousovdmitrymderevyankomuuki88
authored
Limelight New Adapter: Nuclion (#6542)
* Remove required host from Limelight prebid server adapters * revert changes * revert changes * new adapter Nuclion * fix lint errors * Update dev-docs/bidders/nuclion.md Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com> --------- Co-authored-by: apykhteyev <alex@project-limelight.com> Co-authored-by: belousovdmitry <belousov.dmitry92@gmail.com> Co-authored-by: maksimD24 <129727954+maksimD24@users.noreply.github.com> Co-authored-by: mderevyanko <mderevyanko24@gmail.com> Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent 823a230 commit 8125d36

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

dev-docs/bidders/nuclion.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: bidder
3+
title: Nuclion
4+
description: Prebid Nuclion Bidder Adaptor
5+
biddercode: nuclion
6+
pbjs: true
7+
pbs: false
8+
media_types: video, banner
9+
userIds: all
10+
fpd_supported: false
11+
tcfeu_supported: false
12+
usp_supported: true
13+
coppa_supported: true
14+
schain_supported: true
15+
prebid_member: false
16+
ortb_blocking_supported: true
17+
multiformat_supported: will-bid-on-one
18+
floors_supported: false
19+
aliasCode: limelightDigital
20+
sidebarType: 1
21+
---
22+
23+
## Bid Params
24+
25+
{: .table .table-bordered .table-striped }
26+
27+
| Name | Scope | Description | Example | Type |
28+
|---------------|----------|-----------------------------------------------------|----------------------|-----------|
29+
| `host` | required | Ad network's RTB host | `'rtb-nuclion.io'` | `string` |
30+
| `adUnitId` | required | Ad Unit Id will be generated on Nuclion Platform. | `42` | `integer` |
31+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
32+
| `publisherId` | required | Publisher ID | `12345` | `integer` |
33+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
34+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
35+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
36+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
37+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
38+
39+
Nuclion server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But Nuclion client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
40+
41+
Nuclion server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But Nuclion client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.

0 commit comments

Comments
 (0)