Skip to content

Commit fe89459

Browse files
SmartHubSolutionsVictor
andauthored
Attekmi: rename Adinify to Adlywise (#6570)
* Attekmi: rename Adinify to Adlywise * only pbjs * headers fix --------- Co-authored-by: Victor <victor.banudz@smart-hub.io>
1 parent 46693f0 commit fe89459

2 files changed

Lines changed: 41 additions & 39 deletions

File tree

dev-docs/bidders/adinify.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

dev-docs/bidders/adlywise.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: Adlywise
4+
description: Adlywise Bidder Adapter
5+
biddercode: adlywise
6+
aliasCode : smarthub
7+
usp_supported: true
8+
coppa_supported: true
9+
schain_supported: true
10+
dchain_supported: true
11+
media_types: banner, video, native
12+
safeframes_ok: true
13+
deals_supported: true
14+
floors_supported: true
15+
fpd_supported: false
16+
pbjs: true
17+
pbs: false
18+
pbs_app_supported: false
19+
multiformat_supported: will-bid-on-any
20+
---
21+
22+
## Prebid.js Bid Params
23+
24+
{: .table .table-bordered .table-striped }
25+
26+
| Name | Scope | Description | Example | Type |
27+
| :------------ | :------- | :----------------------------------------------------------------- | :----------------------------------- | :-------------- |
28+
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
29+
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |
30+
| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` |
31+
| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` |
32+
| `pos` | optional | The position of the placement on the page, see OpenRTB spec v2.5. | `4` | `number` |
33+
34+
## Prebid Server Bid Params
35+
36+
{: .table .table-bordered .table-striped }
37+
38+
| Name | Scope | Description | Example | Type |
39+
| :------------ | :------- | :------------------ | :----------------------------------- | :------- |
40+
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
41+
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |

0 commit comments

Comments
 (0)