forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Apester prebid js adapter doc (prebid#4629)
* Add Apester prebid js adapter doc * fix * Fix comments --------- Co-authored-by: apykhteyev <alex@project-limelight.com>
- Loading branch information
Showing
4 changed files
with
39 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: bidder | ||
title: Apester | ||
description: Apester Bidder Adaptor | ||
biddercode: apester | ||
pbjs: true | ||
pbs: false | ||
media_types: video, banner | ||
userIds: all | ||
fpd_supported: false | ||
gdpr_supported: false | ||
usp_supported: true | ||
coppa_supported: true | ||
schain_supported: true | ||
prebid_member: false | ||
ortb_blocking_supported: true | ||
multiformat_supported: will-bid-on-one | ||
floors_supported: false | ||
aliasCode: limelightDigital | ||
sidebarType: 1 | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
|
||
| Name | Scope | Description | Example | Type | | ||
|:-------------|:---------|:--------------------------------------------------|:-------------------------|:----------| | ||
| `host` | required | Ad network's RTB host | `'apester-exchange.com'` | `string` | | ||
| `adUnitId` | required | Ad Unit Id will be generated on Apester Platform. | `42` | `integer` | | ||
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` | | ||
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | | ||
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | | ||
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` | | ||
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | | ||
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | |
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
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
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