Skip to content

Commit

Permalink
Add Apester prebid js adapter doc (prebid#4629)
Browse files Browse the repository at this point in the history
* Add Apester prebid js adapter doc

* fix

* Fix comments

---------

Co-authored-by: apykhteyev <[email protected]>
  • Loading branch information
apykhteyev and apykhteyev committed Jul 6, 2023
1 parent ccd923e commit 59284d8
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
36 changes: 36 additions & 0 deletions dev-docs/bidders/apester.md
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` |
2 changes: 1 addition & 1 deletion dev-docs/bidders/evtech.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pbs: true
media_types: banner, video, audio, native
userIds: all
fpd_supported: false
gdpr_supported: true
gdpr_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/iionads.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pbs: true
media_types: video, banner
userIds: all
fpd_supported: false
gdpr_supported: true
gdpr_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/limelightDigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pbs: true
media_types: video, banner
userIds: all
fpd_supported: false
gdpr_supported: true
gdpr_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
Expand Down

0 comments on commit 59284d8

Please sign in to comment.