-
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.
Merge branch 'master' into IncrementX_document_update
- Loading branch information
Showing
6 changed files
with
96 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: bidder | ||
title: Freedom Ad Network | ||
description: Freedom Ad Network Bidder Adapter | ||
biddercode: freedomadnetwork | ||
gvl_id: none | ||
coppa_supported: true | ||
media_types: banner, native | ||
multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid | ||
safeframes_ok: false | ||
deals_supported: false | ||
floors_supported: false | ||
fpd_supported: false | ||
pbjs: true | ||
prebid_member: false | ||
sidebarType: 1 | ||
tcfeu_supported: false | ||
dsa_supported: false | ||
usp_supported: false | ||
schain_supported: false | ||
dchain_supported: false | ||
pbs: false | ||
ortb_blocking_supported: false | ||
privacy_sandbox: no | ||
--- | ||
|
||
### Note | ||
|
||
The Freedom Ad Network Adapter requires setup before beginning. Please contact us at [[email protected]](mailto:[email protected]). | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|-----------------------|-----------|-----------| | ||
| `placementId` | required | Placement ID | `'e6203f1e-bd6d-4f42-9895-d1a19cdb83c8'` | `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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: bidder | ||
title: Geniee SSP | ||
description: Geniee SSP Bidder Adapter | ||
biddercode: ssp_geniee | ||
userId: imuId | ||
media_types: banner | ||
safeframes_ok: false | ||
sidebarType: 1 | ||
pbjs: true | ||
tcfeu_supported: false | ||
dsa_supported: false | ||
gvl_id: none | ||
usp_supported: false | ||
coppa_supported: false | ||
gpp_sids: none | ||
schain_supported: false | ||
dchain_supported: false | ||
deals_supported: false | ||
floors_supported: false | ||
fpd_supported: false | ||
pbs: false | ||
prebid_member: false | ||
multiformat_supported: will-bid-on-one | ||
ortb_blocking_supported: partial | ||
privacy_sandbox: no | ||
--- | ||
### Note | ||
|
||
This is [Geniee](https://geniee.co.jp) Bidder Adapter for Prebid.js. | ||
|
||
{: .alert.alert-info :} | ||
This is Geniee *SSP* Bidder Adapter. The another adapter named "Geniee Bid Adapter" is Geniee *DSP* Bidder Adapter. | ||
|
||
Please contact us before using the adapter. | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|--------------|----------|-------------------------------------------------|-----------|-----------| | ||
| `zoneId` | required | Zone ID | `123456` | `integer` | | ||
| `currency` | Optional | Currency setting (`'JPY'`(Default) or `'USD'`) | `'JPY'` | `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