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

Rediads bid adapter #5743

Merged
merged 18 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
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
26 changes: 26 additions & 0 deletions dev-docs/bidders/rediads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: bidder
title: Rediads
description: Prebid Rediads Bidder Adaptor
biddercode: rediads
media_types: banner, video, native
prebid_member: false
pbjs: true
pbs: false
pbs_app_supported: false
fpd_supported: true
multiformat_supported: will-bid-on-one
---
muuki88 marked this conversation as resolved.
Show resolved Hide resolved

### Note

The Rediads bidding adapter requires setup and approval before implementation. Please reach out to <[email protected]> for more details.

### Prebid.js Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------------------------------------------------|------------|-----------|
| `account_id` | Required | account_id will be generated on Rediads Platform. | `'12345'` | `string` |
| `site` | optional | Site Domain Name. | `'rediads.com'` | `string` |
| `slot` | optional | Unique identifier for Ad Slot. Generated on Rediads Platform. | `'54321'` | `string` |