Skip to content
Open
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions dev-docs/bidders/ferio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: bidder
title: Ferio
description: Ferio Prebid Bidder Adapter
biddercode: ferio
gvl_id: none
usp_supported: true
gpp_sids: none
schain_supported: true
media_types: banner, video, native
floors_supported: true
fpd_supported: true
userIds: all
pbjs: true
pbs: false
multiformat_supported: will-bid-on-any
sidebarType: 1
---

## Note

The Ferio bidder adapter requires setup before beginning. Please contact <prebid@ferio.cloud> for more information.

## Prebid.js Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
| --------------- | ---------- | ------------------------------------ | ----------------------------------- | ---------- |
| `publisherId` | required | Publisher ID on the Ferio platform | `'pubwZR87JRDZSf6V'` | `string` |
| `adUnitId` | required | Ad unit ID on the Ferio platform | `'3855715c-2ceb-4ba5-a876-8c43a987f210'` | `string` |
| `tenantId` | required | Tenant ID on the Ferio platform | `'client-pbjs'` | `string` |
20 changes: 15 additions & 5 deletions dev-docs/bidders/lunamediahb.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
---
layout: bidder
title: LunamediaHB
description: Prebid Lunamedia Bidder Adapter
description: LunamediaHB Bidder Adapter
biddercode: lunamediahb
usp_supported: true
schain_supported: true
gvl_id: 998
tcfeu_supported: true
coppa_supported: true
media_types: banner, video, native
floors_supported: true
fpd_supported: true
userIds: all
pbjs: true
pbs: false
multiformat_supported: will-bid-on-any
sidebarType: 1
---

### Prebid.Server Bid Params
## Note

The LunamediaHB bidder adapter is maintained by Ferio and requires setup before beginning. Please contact <prebid@ferio.cloud> for more information.

### Prebid.js Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------------------------------------------------|------------|-----------|
| `placementId` | required | Placement Id will be generated on Lunamedia Platform. | `'0'` | `string` |
| Name | Scope | Description | Example | Type |
| --------------- | ---------- | ------------------------------------ | ----------------------------------- | ---------- |
| `publisherId` | required | Publisher ID on the LunamediaHB platform. | `'publisher-123'` | `string` |
| `adUnitId` | required | Ad unit ID on the LunamediaHB platform. | `'ad-unit-456'` | `string` |
| `tenantId` | required | Tenant ID on the LunamediaHB platform. | `'tenant-789'` | `string` |
37 changes: 37 additions & 0 deletions dev-docs/bidders/myfeature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: bidder
title: MyFeature
description: MyFeature Bidder Adapter
biddercode: myfeature
aliasCode: ferio
gvl_id: none
usp_supported: true
gpp_sids: none
schain_supported: true
media_types: banner, video, native
floors_supported: true
fpd_supported: true
userIds: all
pbjs: true
pbs: false
multiformat_supported: will-bid-on-any
sidebarType: 1
---

## Note

The MyFeature bidder adapter is a client-side alias of the `ferio` adapter and
requires setup before beginning. Please contact <prebid@ferio.cloud> for more
information.

User syncs for the alias only run when the publisher enables
`userSync.aliasSyncEnabled` via `pbjs.setConfig`.

## Prebid.js Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
| --------------- | ---------- | ------------------------------------ | ----------------------------------- | ---------- |
| `publisherId` | required | Publisher ID on the Ferio platform | `'pubwZR87JRDZSf6V'` | `string` |
| `adUnitId` | required | Ad unit ID on the Ferio platform | `'3855715c-2ceb-4ba5-a876-8c43a987f210'` | `string` |
| `tenantId` | required | Tenant ID on the Ferio platform | `'myfeature-pbjs'` | `string` |
Loading