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

OwnadX prebid server documentation #4687

Merged
merged 2 commits into from
Jul 27, 2023
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
37 changes: 37 additions & 0 deletions dev-docs/bidders/ownadx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: bidder
title: OwnAdX
description: Prebid OwnAdX Bidder Adaptor
biddercode: ownadx
gdpr_supported: false
usp_supported: false
coppa_supported: false
gpp_supported: false
schain_supported: false
dchain_supported: false
userId:
media_types: banner, video
safeframes_ok: false
deals_supported: false
floors_supported: true
fpd_supported: false
pbjs: false
pbs: true
pbs_app_supported: true
prebid_member: false
multiformat_supported: will-bid-on-one
ortb_blocking_supported: false
---

### Note:

The OwnAdX Bidding adapter requires setup before beginning. Please contact us at support@techbravo.com

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|----------------------------|-----------|
| `host` | required | Host subdomain | `'test'` | `string` |
| `seatId` | required | Seat Id | `'4'` | `string` |
| `tokenId` | required | Token Id | `'QjBZdHs6bhFHBT1nd1AJ'` | `string` |