Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions dev-docs/bidders/adoppler.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
---
layout: bidder
title: Adoppler
pbs: true
media_types: video
description: This bidder has been renamed to ElementalTV.
biddercode: adoppler
pbs: true
pbjs: false
sidebarType: 1
---

### Bid Params
### Deprecated

The **Adoppler** bidder has been renamed to **ElementalTV**.

Please use the **ElementalTV** bidder documentation and biddercode going forward:

- **Docs:** `/dev-docs/bidders/elementaltv.html`
- **Bidder code:** `elementaltv`

### Notes

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

39 changes: 39 additions & 0 deletions dev-docs/bidders/elementaltv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: bidder
title: ElementalTV
description: Prebid ElementalTV Bidder Adapter
biddercode: elementaltv
pbs: true
pbjs: false
media_types: banner, video, native
pbs_app_supported: true
schain_supported: true
coppa_supported: true
deals_supported: true
usp_supported: true
gpp_supported: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpp_supported: true

Please use gpp_sids to delcare what regulations you support.
https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter

Possible:

gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Added gpp_sids

dsa_supported: false
multiformat_supported: will-bid-on-any
sidebarType: 1
---

### Registration

The ElementalTV bidder adapter requires prior setup. Please contact us at <[email protected]>.

### OpenRTB Version

References to the OpenRTB specification in this document assume **OpenRTB 2.6**.

### Prebid Server Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------|----------|----------------------------------------------|--------------|----------|
| `adunit`| required | Ad Unit ID or Supply Source reference to bid against | `'test'` or `'SSP:12345'` | `string` |

### Notes

- `adunit` can reference either:
- an **Ad Unit ID** (pass the ID as-is), or
- a **Supply Source reference** using the prefix format `SSP:<supply_source_id>` (e.g., `SSP:12345`).