Skip to content
Closed
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
30 changes: 30 additions & 0 deletions dev-docs/bidders/risemediatech.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: bidder
title: RiseMediaTech
description: Prebid.js bidder adapter for RiseMediaTech
biddercode: risemediatech
media_types:
- banner
- video
gdpr_supported: true
usp_supported: true
gpp_supported: true
user_sync:
iframe: false
image: false
schain_supported: true
pbjs: true
pbs: true
---

# Overview

RiseMediaTech is a digital advertising platform that supports banner and video ads through its Prebid.js adapter. The adapter uses OpenRTB standards for request and response formatting.

# Bid Params

| Name | Scope | Type | Description | Example |
|--------------|--------------------|------------------|--------------------------------------------|-------------------------|
| `bidFloor` | optional | string | Bid Floor | `'0.01'`

Check failure on line 28 in dev-docs/bidders/risemediatech.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table pipe style

dev-docs/bidders/risemediatech.md:28:110 MD055/table-pipe-style Table pipe style [Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md055.md
| `testMode` | optional | string | Parameter to indicate prebid test mode | `'1'`

Check failure on line 29 in dev-docs/bidders/risemediatech.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table pipe style

dev-docs/bidders/risemediatech.md:29:136 MD055/table-pipe-style Table pipe style [Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md055.md

Loading