Skip to content

Commit d105d67

Browse files
SmartHubSolutionsVictorbretg
authored
Attekmi: new alias Artechnology (prebid#5787)
* Attekmi: new alias Artechnology * Update artechnology.md removing PBS support flag. This can be added when prebid/prebid-server#4123 is merged. --------- Co-authored-by: Victor <[email protected]> Co-authored-by: bretg <[email protected]>
1 parent dfec92c commit d105d67

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

dev-docs/bidders/artechnology.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: bidder
3+
title: Artechnology
4+
description: Artechnology Bidder Adapter
5+
biddercode: artechnology
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: true
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` |

0 commit comments

Comments
 (0)