Skip to content

Commit

Permalink
Alkimi Bid Adapter (prebid#3730)
Browse files Browse the repository at this point in the history
* Alkimi bid adapter

* Alkimi adapter docs

Co-authored-by: Alexander Bogdanov <[email protected]>
  • Loading branch information
2 people authored and jlaso committed Aug 31, 2023
1 parent 2cb0269 commit 44d91a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-docs/bidders/alkimi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: bidder
title: Alkimi
description: Prebid Alkimi Bidder Adapter
biddercode: alkimi
media_types: banner, video
pbjs: true
pbs: true
---



### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|-----------|
| `token` | required | The ID issued by Alkimi to the publisher | `'8a80d8e9-0cf9-4329-8486-6f5bbcd8a61a'` | `string` |
| `bidFloor` | required | Minimum bid for this impression expressed in CPM. | `0` | `float` |
| `pos` | optional | Specify the position of the ad as a relative measure of visibility or prominence. Allowed values: Above the fold: `1`; Below the fold: `3`; Middle of the fold: `7`; | `0` | `integer` |

0 comments on commit 44d91a7

Please sign in to comment.