From 456699ce65181d41298d149da6121676970d6a11 Mon Sep 17 00:00:00 2001 From: Damyan Stanchev Date: Thu, 4 Feb 2021 10:11:47 +0200 Subject: [PATCH 1/3] AdHash Bidder Adapter: initial prebid.js integration --- 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` | From de07b84c7c40f2eba6e21422c65207a1d7d46e5d Mon Sep 17 00:00:00 2001 From: Damyan Stanchev Date: Mon, 9 Aug 2021 13:48:17 +0300 Subject: [PATCH 2/3] AdHash Bidder Adapter: changing the example text Changing the example text as it's one of our actual client's name --- dev-docs/bidders/adhash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/adhash.md b/dev-docs/bidders/adhash.md index 8d76c088b1..c18ea5e167 100644 --- a/dev-docs/bidders/adhash.md +++ b/dev-docs/bidders/adhash.md @@ -26,4 +26,4 @@ Please note that a number of AdHash functionalities are not supported in the Pre | Name | Scope | Description | Example | Type | |---------------|----------|--------------|------------------------------------------------|----------| | `publisherId` | required | Publisher ID | `'0x1234567890123456789012345678901234567890'` | `string` | -| `platformURL` | required | Platform URL | `'https://adhash.org/p/struma/'` | `string` | +| `platformURL` | required | Platform URL | `'https://adhash.org/p/example/'` | `string` | From d923222d6a9854f267e0bf77f265c4927ed7911e Mon Sep 17 00:00:00 2001 From: Damyan Stanchev Date: Mon, 13 Sep 2021 17:29:38 +0300 Subject: [PATCH 3/3] AdHash bidder adaptor for 5.0 update --- dev-docs/bidders/adhash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/adhash.md b/dev-docs/bidders/adhash.md index 93b4dd61bc..f341d3e6de 100644 --- a/dev-docs/bidders/adhash.md +++ b/dev-docs/bidders/adhash.md @@ -5,7 +5,7 @@ description: Prebid AdHash Bidder Adapter pbjs: true biddercode: adhash safeframes_ok: false -pbjs_version_notes: not in 5.x +gdpr_supported: true --- ### Note