Skip to content

Commit

Permalink
Add MeloZen bidder adapter documentation (#5467)
Browse files Browse the repository at this point in the history
* Add MeloZen bidder adapter documentation

* Update media_types
  • Loading branch information
benben2001 authored Sep 6, 2024
1 parent 028b23f commit 889c680
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions dev-docs/bidders/melozen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: bidder
title: MeloZen
description: Prebid MeloZen Bidder Adaptor
biddercode: melozen
schain_supported: true
dchain_supported: false
media_types: banner, video, native
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
sidebarType: 1
---

### Note

The MeloZen Bidding adapter requires setup before beginning. Please contact us at <[email protected]>

### Bid Params

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

| Name | Scope | Description | Example | Type |
|---------|----------|-----------------------------------|--------------|----------|
| `pubId` | required | The publisher's ID provided by MeloZen | `'386276e072'` | `string` |

0 comments on commit 889c680

Please sign in to comment.