Skip to content

Commit

Permalink
Rprd 1694 native doc update (#5815)
Browse files Browse the repository at this point in the history
* RPRD-1694: Update `minutemedia.md` `openweb.md` `openwebxchange.md`, `rise.md` `risexchange.md` `shinez.md` `stn.md` docs with native and multi-format related docs.

* RPRD-1694: Remove some doc lines from adapters as SSP Product manager asked.

* RPRD-1694: latest version data

* RPRD-1694: sync with version
  • Loading branch information
michachen authored Jan 17, 2025
1 parent 9758c66 commit 86c0768
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 24 deletions.
14 changes: 12 additions & 2 deletions dev-docs/bidders/minutemedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: MinuteMedia
description: Prebid MinuteMedia Bidder Adapter
pbjs: true
biddercode: minutemedia
media_types: banner, video
media_types: banner, video, native
multiformat_supported: will-bid-on-any
schain_supported: true
tcfeu_supported: true
Expand All @@ -25,7 +25,7 @@ The MinuteMedia adapter requires setup and approval. Please reach out to <hb@min

### Bid Parameters

#### Banner ,Video
#### Banner, Video, Native

{: .table .table-bordered .table-striped }

Expand Down Expand Up @@ -88,3 +88,13 @@ var adUnits = [{
### Configuration

MinuteMedia recommends setting UserSync by iframe for monetization.

### Versions

Prebid versions 5.0-5.3 are not supported.

Banner >= 6.14.0.

Native >= 9.27.0.

Multi-format requests >= 9.27.0.
14 changes: 12 additions & 2 deletions dev-docs/bidders/openweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: OpenWeb
description: Prebid OpenWeb Bidder Adapter
pbjs: true
biddercode: openweb
media_types: banner, video
media_types: banner, video, native
multiformat_supported: will-bid-on-any
schain_supported: true
coppa_supported: true
Expand All @@ -27,7 +27,7 @@ The OpenWeb adapter requires setup and approval. Please reach out to <monetizati

### Bid Parameters

#### Banner, Video
#### Banner, Video, Native

{: .table .table-bordered .table-striped }

Expand Down Expand Up @@ -90,3 +90,13 @@ var adUnits = [{
### Configuration

OpenWeb recommends setting UserSync by iframe for monetization.

### Versions

Prebid versions 5.0-5.3 are not supported.

Banner >= 6.14.0.

Native >= 9.27.0.

Multi-format requests >= 9.27.0.
16 changes: 9 additions & 7 deletions dev-docs/bidders/openwebxchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Prebid OpenWebXChange Bidder Adapter
multiformat_supported: will-bid-on-any
pbjs: true
biddercode: openwebxchange
media_types: banner, video
media_types: banner, video, native
schain_supported: true
coppa_supported: true
pbs: false
Expand All @@ -23,7 +23,7 @@ The OpenWebXChange adapter requires setup and approval.

### Bid Parameters

#### Banner, Video
#### Banner, Video, Native

{: .table .table-bordered .table-striped }

Expand All @@ -33,9 +33,6 @@ The OpenWebXChange adapter requires setup and approval.
| `floorPrice` | optional | Number | Minimum price in USD. <br/><br/> **WARNING:**<br/> Misuse of this parameter can impact revenue | 2.00
| `placementId` | optional | String | A unique placement identifier | "12345678"
| `testMode` | optional | Boolean | This activates the test mode | false
| `rtbDomain` | optional | String | Sets the seller end point | "www.test.com"
| `is_wrapper` | private | Boolean | Please don't use unless your account manager asked you to | false
| `currency` | optional | String | 3 letters currency | "EUR"

### Example

Expand Down Expand Up @@ -94,5 +91,10 @@ We recommend setting UserSync by iframe for monetization.

### Versions

Prebid versions 5.0-5.3 are not supported
Banner >= 6.14.0
Prebid versions 5.0-5.3 are not supported.

Banner >= 6.14.0.

Native >= 9.27.0.

Multi-format requests >= 9.27.0.
12 changes: 8 additions & 4 deletions dev-docs/bidders/rise.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Rise adapter requires setup and approval. Please reach out to [prebid-rise-e

### Bid Parameters

#### Banner, Video
#### Banner, Video, Native

{: .table .table-bordered .table-striped }

Expand All @@ -36,7 +36,6 @@ The Rise adapter requires setup and approval. Please reach out to [prebid-rise-e
| `floorPrice` | optional | Number | Minimum price in USD. <br/><br/> **WARNING:**<br/> Misuse of this parameter can impact revenue | 2.00
| `placementId` | optional | String | A unique placement identifier | "12345678"
| `testMode` | optional | Boolean | This activates the test mode | false
| `rtbDomain` | optional | String | Sets the seller end point | "www.test.com"

### Example

Expand Down Expand Up @@ -95,5 +94,10 @@ Rise recommends setting UserSync by iframe for monetization.

### Versions

Prebid versions 5.0-5.3 are not supported
Banner >= 6.14.0
Prebid versions 5.0-5.3 are not supported.

Banner >= 6.14.0.

Native >= 9.27.0.

Multi-format requests >= 9.27.0.
14 changes: 9 additions & 5 deletions dev-docs/bidders/risexchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Prebid RiseXChange Bidder Adapter
multiformat_supported: will-bid-on-any
pbjs: true
biddercode: risexchange
media_types: banner, video
media_types: banner, video, native
schain_supported: true
coppa_supported: true
pbs: false
Expand All @@ -25,7 +25,7 @@ The RiseXChange adapter requires setup and approval. Please reach out to [prebid

### Bid Parameters

#### Banner, Video
#### Banner, Video, Native

{: .table .table-bordered .table-striped }

Expand All @@ -36,7 +36,6 @@ The RiseXChange adapter requires setup and approval. Please reach out to [prebid
| `placementId` | optional | String | A unique placement identifier | "12345678"
| `testMode` | optional | Boolean | This activates the test mode | false
| `rtbDomain` | optional | String | Sets the seller end point | "www.test.com"
| `is_wrapper` | private | Boolean | Please don't use unless your account manager asked you to | false

### Example

Expand Down Expand Up @@ -95,5 +94,10 @@ We recommend setting UserSync by iframe for monetization.

### Versions

Prebid versions 5.0-5.3 are not supported
Banner >= 6.14.0
Prebid versions 5.0-5.3 are not supported.

Banner >= 6.14.0.

Native >= 9.27.0.

Multi-format requests >= 9.27.0.
14 changes: 12 additions & 2 deletions dev-docs/bidders/shinez.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Prebid Shinez Bidder Adapter
multiformat_supported: will-bid-on-any
pbjs: true
biddercode: shinez
media_types: banner, video
media_types: banner, video, native
schain_supported: true
usp_supported: true
floors_supported: true
Expand All @@ -21,7 +21,7 @@ The Shinez adapter requires setup and approval. Please reach out to <tech-team@s

### Bid Parameters

#### Banner, Video
#### Banner, Video, Native

{: .table .table-bordered .table-striped }

Expand Down Expand Up @@ -84,3 +84,13 @@ var adUnits = [{
### Configuration

Shinez recommends setting UserSync by iframe for monetization.

### Versions

Prebid versions 5.0-5.3 are not supported.

Banner >= 6.14.0.

Native >= 9.27.0.

Multi-format requests >= 9.27.0.
14 changes: 12 additions & 2 deletions dev-docs/bidders/stn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: STN
description: Prebid STN Bidder Adapter
pbjs: true
biddercode: stn
media_types: banner, video
media_types: banner, video, native
multiformat_supported: will-bid-on-any
schain_supported: true
tcfeu_supported: false
Expand All @@ -24,7 +24,7 @@ The STN adapter requires setup and approval. Please reach out to <[email protected]

### Bid Parameters

#### Banner ,Video
#### Banner, Video, Native

{: .table .table-bordered .table-striped }

Expand Down Expand Up @@ -87,3 +87,13 @@ var adUnits = [{
### Configuration

STN recommends setting UserSync by iframe for monetization.

### Versions

Prebid versions 5.0-5.3 are not supported.

Banner >= 6.14.0.

Native >= 9.27.0.

Multi-format requests >= 9.27.0.

0 comments on commit 86c0768

Please sign in to comment.