Skip to content

Commit

Permalink
Attekmi: new alias Artechnology (#5787)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent dfec92c commit d105d67
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions dev-docs/bidders/artechnology.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: bidder
title: Artechnology
description: Artechnology Bidder Adapter
biddercode: artechnology
aliasCode : smarthub
usp_supported: true
coppa_supported: true
schain_supported: true
dchain_supported: true
media_types: banner, video, native
safeframes_ok: true
deals_supported: true
floors_supported: true
fpd_supported: false
pbjs: true
pbs: false
pbs_app_supported: true
multiformat_supported: true
---

### Prebid.js Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------------------|-------------------------------------|-----------|
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |
| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` |
| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` |
| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` |

0 comments on commit d105d67

Please sign in to comment.