Skip to content

Commit 12a34ff

Browse files
CMDezzLeViet
andauthored
EClickAds: rename bidder from EClickAds to eClick (prebid#5556)
* EClickAds: rename bidder from EClickAds to eClick * Revert "EClickAds: rename bidder from EClickAds to eClick" This reverts commit fa70a6a. * EClickAds: Rename bidder to EClick --------- Co-authored-by: LeViet <VietLV14@fo.com>
1 parent 3a143e7 commit 12a34ff

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

dev-docs/bidders/eclick.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: eClick
4+
description: eClick Bidder Adaptor
5+
biddercode: eclick
6+
media_types: native
7+
sidebarType: 1
8+
pbjs: true
9+
pbs: false
10+
tcfeu_supported: false
11+
usp_supported: false
12+
coppa_supported: false
13+
schain_supported: false
14+
dchain_supported: false
15+
safeframes_ok: false
16+
deals_supported: false
17+
floors_supported: false
18+
prebid_member: false
19+
ortb_blocking_supported: false
20+
fpd_supported: true
21+
multiformat_supported: will-bid-on-one
22+
pbjs_version_notes: v10.x and later
23+
24+
---
25+
26+
### Note
27+
28+
The eClick adapter requires setup and approval from the eClick Team. Please contact us via <sales@eclick.vn> for detail.
29+
30+
### Bid params
31+
32+
{: .table .table-bordered .table-striped }
33+
| Name | Scope | Description | Example | Type |
34+
|-------|----------|----------------|-----------|----------|
35+
| `zid` | required | The Zone Id | `'7096'` | `string` |
36+
37+
### First Party Data
38+
39+
Publishers should use the `ortb2` method of setting First Party Data. The following fields are supported:
40+
41+
- ortb2.site.ext.data.*

dev-docs/bidders/eclickads.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ prebid_member: false
1919
ortb_blocking_supported: false
2020
fpd_supported: true
2121
multiformat_supported: will-bid-on-one
22+
pbjs_version_notes: available in 9.9.0 and later, not in 10.x
2223
---
2324

2425
### Note
25-
26+
The EClickAds bidder adapter is going to be renamed to eClick in PBJS 10.x, using a bidder code of `eclick`. Please update your implementation accordingly. This bidder adapter is still available for PBJS versions 9.9.0 and later.
2627
The EClickAds adapter requires setup and approval from the EClick Team. Please contact us via <sales@eclick.vn> for detail.
2728

2829
### Bid params

0 commit comments

Comments
 (0)