Skip to content

Commit 33983d1

Browse files
RiseMediaTech Bidder Documentation : New Bidder Adapter (prebid#6150)
* RM-880 : Wrote a dev documentation for new bidder adapter for risemedia * Modified the docs * Minor changes * Minor modifications * Minor changes * resolved linting errors * set false to user_sync for now
1 parent 4ba7146 commit 33983d1

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

dev-docs/bidders/risemediatech.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: bidder
3+
title: RiseMediaTech
4+
description: Prebid.js bidder adapter for RiseMediaTech
5+
biddercode: risemediatech
6+
media_types:
7+
- banner
8+
- video
9+
gdpr_supported: true
10+
usp_supported: true
11+
gpp_supported: true
12+
user_sync: false
13+
schain_supported: true
14+
pbjs: true
15+
pbs: true
16+
---
17+
18+
# Overview
19+
20+
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.
21+
22+
# Bid Params
23+
24+
| Name | Scope | Type | Description | Example |
25+
|--------------|--------------------|------------------|--------------------------------------------|-------------------------|
26+
| `bidFloor` | optional | string | Bid Floor | `'0.01'`|
27+
| `testMode` | optional | string | Parameter to indicate prebid test mode | `'1'`|
28+

0 commit comments

Comments
 (0)