-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update FelixAds docs * fix name --------- Co-authored-by: Victor <victor.banudz@smart-hub.io>
- Loading branch information
1 parent
6d2a824
commit 9b245bd
Showing
1 changed file
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | |