Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New bidder adapter: pubgenius #1963

Merged
merged 2 commits into from
May 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions dev-docs/bidders/pubgenius.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: bidder
title: pubGENIUS
description: Prebid pubGENIUS Bidder Adaptor
hide: true
biddercode: pubgenius
media_types: banner
gdpr_supported: true
usp_supported: true
schain_supported: true
coppa_supported: true
userIds: unifiedId
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|-----------------------------------------------------------------------------------------------------------------|----------|-----------|
| `adUnitId` | required | pubGENIUS ad unit ID. | `'1234'` | `string` |
| `bidFloor` | optional | Bid floor | `0.01` | `number` |
| `position` | optional | Ad position on the page. Supported values: `0` - unknown (default), `1` - above the fold, `3` - below the fold. | `1` | `integer` |
| `test` | optional | Indicates bidding for testing purposes | `true` | `boolean` |