From d956c1ee1bf555062104843ef66b447481951763 Mon Sep 17 00:00:00 2001 From: Damyan Date: Thu, 25 Feb 2021 00:34:53 +0200 Subject: [PATCH] AdHash Bidder Adapter: initial prebid.js integration (#2687) --- dev-docs/bidders/adhash.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-docs/bidders/adhash.md diff --git a/dev-docs/bidders/adhash.md b/dev-docs/bidders/adhash.md new file mode 100644 index 0000000000..8d76c088b1 --- /dev/null +++ b/dev-docs/bidders/adhash.md @@ -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` |