Skip to content

Commit 063cb58

Browse files
Add Adklip adapter (#6189)
Co-authored-by: dev <dev@adsrv.org>
1 parent 9fb0dc7 commit 063cb58

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

dev-docs/bidders/adklip.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: bidder
3+
title: Adklip
4+
description: Adklip Bid Adapter
5+
biddercode: adklip
6+
tcfeu_supported: false
7+
usp_supported: true
8+
media_types: video, native
9+
safeframes_ok: true
10+
pbjs: true
11+
pbs: true
12+
pbs_app_supported: true
13+
floors_supported: true
14+
schain_supported: true
15+
fpd_supported: true
16+
ortb_blocking_supported: true
17+
multiformat_supported: will-bid-on-one
18+
userIds: all
19+
sidebarType: 1
20+
aliasCode: aso
21+
---
22+
### Note
23+
24+
The Adklip adapter requires approval and setup. Please reach out to <george@adklip.com> or visit us at [adklip.com](https://adklip.com) for more details.
25+
26+
### Bid Params
27+
28+
{: .table .table-bordered .table-striped }
29+
| Name | Scope | Description | Example | Type |
30+
|---------------|----------|------------------|-----------------------------|-----------|
31+
| `server` | required | Server endpoint | `https://srv.adklip.net` | `String` |
32+
| `zone` | required | Zone ID | `73815` | `Integer` |
33+
34+
#### Video Caching
35+
36+
Note that the Adklip adapter expects a client-side Prebid Cache to be enabled for video bidding.
37+
38+
```js
39+
pbjs.setConfig({
40+
cache: {
41+
url: 'https://prebid.adnxs.com/pbc/v1/cache'
42+
}
43+
});
44+
```

0 commit comments

Comments
 (0)