From f031220b9adc59379b0377d5a121d21a51d1d4e0 Mon Sep 17 00:00:00 2001 From: SmartHub Solutions Date: Mon, 19 Jul 2021 18:31:35 +0300 Subject: [PATCH 1/3] adding SmartHub bidder docs --- dev-docs/bidders/smarthub.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-docs/bidders/smarthub.md diff --git a/dev-docs/bidders/smarthub.md b/dev-docs/bidders/smarthub.md new file mode 100644 index 0000000000..ee38e03a1a --- /dev/null +++ b/dev-docs/bidders/smarthub.md @@ -0,0 +1,22 @@ +--- +layout: bidder +title: SmartHub +description: SmartHub Bidder Adapter +biddercode: smarthub +usp_supported: true +schain_supported: true +media_types: banner, video, native +gdpr_supported: true +pbjs: false +pbs: true +pbs_app_supported: true +pbjs_version_notes: not in 5.x +--- + +### Prebid Server Bid Params +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|----------------|----------|----------------------------------------------------------|------------|-----------| +| `host` | required | Partner's host | `'partner.com'` | `string` | +| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | +| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | \ No newline at end of file From f3471b4df4be97434c2cf243a9af458f1dc1d594 Mon Sep 17 00:00:00 2001 From: bretg Date: Wed, 21 Jul 2021 16:18:49 -0400 Subject: [PATCH 2/3] removed pbjs version note --- dev-docs/bidders/smarthub.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-docs/bidders/smarthub.md b/dev-docs/bidders/smarthub.md index ee38e03a1a..982a2828f7 100644 --- a/dev-docs/bidders/smarthub.md +++ b/dev-docs/bidders/smarthub.md @@ -10,7 +10,6 @@ gdpr_supported: true pbjs: false pbs: true pbs_app_supported: true -pbjs_version_notes: not in 5.x --- ### Prebid Server Bid Params @@ -19,4 +18,4 @@ pbjs_version_notes: not in 5.x |----------------|----------|----------------------------------------------------------|------------|-----------| | `host` | required | Partner's host | `'partner.com'` | `string` | | `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | -| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | \ No newline at end of file +| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | From f1a2a6e8035a71656bc700edb8f69e3bfacb4e43 Mon Sep 17 00:00:00 2001 From: SmartHub Solutions Date: Tue, 3 Aug 2021 13:13:05 +0300 Subject: [PATCH 3/3] using partner Name instead of host due to the changing way building endpoint URL in adapter discussion in the prebid-server repo: https://github.com/prebid/prebid-server/pull/1932#discussion_r679268047 --- dev-docs/bidders/smarthub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/smarthub.md b/dev-docs/bidders/smarthub.md index ee38e03a1a..03548097e1 100644 --- a/dev-docs/bidders/smarthub.md +++ b/dev-docs/bidders/smarthub.md @@ -17,6 +17,6 @@ pbjs_version_notes: not in 5.x {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |----------------|----------|----------------------------------------------------------|------------|-----------| -| `host` | required | Partner's host | `'partner.com'` | `string` | +| `partnerName` | required | Unique partner name | `'partnertest'` | `string` | | `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | | `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | \ No newline at end of file