File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22layout : bidder
33title : Adoppler
4- pbs : true
5- media_types : video
4+ description : This bidder has been renamed to ElementalTV.
65biddercode : adoppler
6+ pbs : true
7+ pbjs : false
78sidebarType : 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+
Original file line number Diff line number Diff line change 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 ` ).
You can’t perform that action at this time.
0 commit comments