-
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.
AdHash Bidder Adapter: initial prebid.js integration (#2687)
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 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,29 @@ | ||
--- | ||
layout: bidder | ||
title: AdHash | ||
description: Prebid AdHash Bidder Adapter | ||
pbjs: true | ||
biddercode: adhash | ||
safeframes_ok: false | ||
--- | ||
|
||
### Note | ||
|
||
Here is what you need for Prebid integration with AdHash: | ||
1. Register with AdHash. | ||
2. Once registered and approved, you will receive a Publisher ID and Platform URL. | ||
3. Use the Publisher ID and Platform URL as parameters in params. | ||
|
||
Please note that a number of AdHash functionalities are not supported in the Prebid.js integration: | ||
* Cookie-less frequency and recency capping; | ||
* Audience segments; | ||
* Price floors and passback tags, as they are not needed in the Preebid.js setup; | ||
* Reservation for direct deals only, as bids are evaluated based on their price. | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|--------------|------------------------------------------------|----------| | ||
| `publisherId` | required | Publisher ID | `'0x1234567890123456789012345678901234567890'` | `string` | | ||
| `platformURL` | required | Platform URL | `'https://adhash.org/p/struma/'` | `string` | |