Skip to content

Commit cc53e5a

Browse files
author
Victor
committed
Attekmi: add Anzu
1 parent 0fbab18 commit cc53e5a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

dev-docs/bidders/anzu.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: bidder
3+
title: Anzu
4+
description: Anzu Bidder Adapter
5+
biddercode: anzu
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: true
19+
multiformat_supported: will-bid-on-any
20+
---
21+
22+
### Prebid.js Bid Params
23+
24+
{: .table .table-bordered .table-striped }
25+
| Name | Scope | Description | Example | Type |
26+
|---------------|----------|---------------------------------|-------------------------------------|-----------|
27+
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
28+
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |
29+
| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` |
30+
| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` |
31+
| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` |
32+
33+
### Prebid Server Bid Params
34+
35+
{: .table .table-bordered .table-striped }
36+
| Name | Scope | Description | Example | Type |
37+
|---------------|----------|---------------------|--------------------------------------|----------|
38+
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
39+
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |

0 commit comments

Comments
 (0)