Skip to content

Commit

Permalink
AdHash Bidder Adapter: initial prebid.js integration (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyand-sp authored Feb 24, 2021
1 parent 87f0b1f commit d956c1e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dev-docs/bidders/adhash.md
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` |

0 comments on commit d956c1e

Please sign in to comment.