Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Apester prebid js adapter doc #4629

Merged
merged 3 commits into from
Jul 6, 2023
Merged
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
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