Skip to content

Commit 51f6ebd

Browse files
New Adapter: ElementalTv: (prebid#6374)
* Update Adoppler/ElementaTv: 1)Adoppler adapter now has new name ElementalTv 2)Left support adoppler adapter name * Update Adoppler/ElementaTv: * Update Adoppler/ElementaTv: * Update Adoppler/ElementaTv: * Update Adoppler/ElementaTv: * Update Adoppler/ElementaTv: * Update Adoppler/ElementaTv * Update Adoppler/ElementaTv Added gpp_sids
1 parent 0006415 commit 51f6ebd

2 files changed

Lines changed: 56 additions & 8 deletions

File tree

dev-docs/bidders/adoppler.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
---
22
layout: bidder
33
title: Adoppler
4-
pbs: true
5-
media_types: video
4+
description: This bidder has been renamed to ElementalTV.
65
biddercode: adoppler
6+
pbs: true
7+
pbjs: false
78
sidebarType: 1
89
---
910

10-
### Bid Params
11+
### Deprecated
12+
13+
The **Adoppler** bidder has been renamed to **ElementalTV**.
14+
15+
Please use the **ElementalTV** bidder documentation and biddercode going forward:
16+
17+
- **Docs:** `/dev-docs/bidders/elementaltv.html`
18+
- **Bidder code:** `elementaltv`
19+
20+
### Notes
1121

12-
{: .table .table-bordered .table-striped }
13-
| Name | Scope | Description | Example | Type |
14-
|------------|----------|------------------------|---------|----------|
15-
| adunit | required | AdUnit to bid against | 'test' | string |
16-
| client | optional | Client name | 'ads' | string |
22+
- `adoppler` is maintained as an alias for backward compatibility.
23+
- New integrations should use `elementaltv`.
24+

dev-docs/bidders/elementaltv.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: bidder
3+
title: ElementalTV
4+
description: Prebid ElementalTV Bidder Adapter
5+
biddercode: elementaltv
6+
pbs: true
7+
pbjs: false
8+
media_types: banner, video, native
9+
pbs_app_supported: true
10+
schain_supported: true
11+
coppa_supported: true
12+
deals_supported: true
13+
usp_supported: true
14+
gpp_supported: true
15+
gpp_sids: usnat, usstate_all, usp
16+
dsa_supported: false
17+
multiformat_supported: will-bid-on-any
18+
sidebarType: 1
19+
---
20+
21+
### Registration
22+
23+
The ElementalTV bidder adapter requires prior setup. Please contact us at <support@elementaltv.com>.
24+
25+
### OpenRTB Version
26+
27+
References to the OpenRTB specification in this document assume **OpenRTB 2.6**.
28+
29+
### Prebid Server Bid Params
30+
31+
{: .table .table-bordered .table-striped }
32+
| Name | Scope | Description | Example | Type |
33+
|---------|----------|----------------------------------------------|--------------|----------|
34+
| `adunit`| required | Ad Unit ID or Supply Source reference to bid against | `'test'` or `'SSP:12345'` | `string` |
35+
36+
### Notes
37+
38+
- `adunit` can reference either:
39+
- an **Ad Unit ID** (pass the ID as-is), or
40+
- a **Supply Source reference** using the prefix format `SSP:<supply_source_id>` (e.g., `SSP:12345`).

0 commit comments

Comments
 (0)