Skip to content

Commit

Permalink
New adapter FelixAds (#5521)
Browse files Browse the repository at this point in the history
* update FelixAds docs

* fix name

---------

Co-authored-by: Victor <victor.banudz@smart-hub.io>
  • Loading branch information
SmartHubSolutions and Victor authored Aug 9, 2024
1 parent 6d2a824 commit 9b245bd
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions dev-docs/bidders/felixads.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
---
layout: bidder
title: felixads
description: Prebid felixads Bidder Adaptor
title: FelixAds
description: FelixAds Bidder Adapter
biddercode: felixads
pbjs: true
pbs: false
media_types: banner, native, video
gvl_id: 14 (adkernel)
tcfeu_supported: true
gpp_supported: true
aliasCode : smarthub
usp_supported: true
coppa_supported: true
pbs_app_supported: true
schain_supported: true
userIds: all
fpd_supported: true
prebid_member: false
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
dchain_supported: true
media_types: banner, video, native
safeframes_ok: true
deals_supported: true
floors_supported: true
aliasCode: adkernel
sidebarType: 1
fpd_supported: false
pbjs: true
pbs: true
pbs_app_supported: true
multiformat_supported: will-bid-on-any
---

### Note
### Prebid.js Bid Params

The felixads Bidding adaptor requires setup and approval before beginning. Please reach out to <ops@felixads.com> for more details
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------------------|-------------------------------------|-----------|
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |
| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` |
| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` |
| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` |

### Bid Params
### Prebid Server Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------|----------|-----------------------|---------------------------|----------|
| `host` | required | felixads's RTB host | `'cpm.felixads.com'` | `string` |
| `zoneId` | required | RTB zone id | `'30164'` | `integer` |
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------|--------------------------------------|----------|
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |

0 comments on commit 9b245bd

Please sign in to comment.