From 7579e1eeed73e3a0409499486680054d44f7c91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Bia=C5=82y?= Date: Thu, 25 Jun 2026 15:31:33 +0200 Subject: [PATCH 1/3] [gopl-adapter] add description for gopl adapter, remove description for sspBC adapter --- dev-docs/bidders/{sspBC.md => gopl.md} | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) rename dev-docs/bidders/{sspBC.md => gopl.md} (52%) diff --git a/dev-docs/bidders/sspBC.md b/dev-docs/bidders/gopl.md similarity index 52% rename from dev-docs/bidders/sspBC.md rename to dev-docs/bidders/gopl.md index ea3a9992f7..d453587ab7 100644 --- a/dev-docs/bidders/sspBC.md +++ b/dev-docs/bidders/gopl.md @@ -1,14 +1,14 @@ --- layout: bidder -title: sspBC -description: Prebid sspBC Bidder Adaptor +title: gopl +description: Go.pl Bidder Adaptor pbjs: true pbs: true -biddercode: sspBC +biddercode: gopl media_types: banner, video, native floors_supported: true tcfeu_supported: true -gvl_id: 676 +gvl_id: 690 sidebarType: 1 --- @@ -19,8 +19,4 @@ sidebarType: 1 | Name | Scope | Description | Example | Type | |---------------|----------|----------------------------|-----------------------------|-----------| | `id` | optional | placement id | `'006'` | `string` | -| `siteId` | optional | site id | `'235911'` | `string` | -| `publisherId` | optional | publisher id | `'728'` | `string` | -| `domain` | optional | site domain | `'somesite.com'` | `string` | -| `page` | optional | page url | `'somesite.com/index.html'` | `string` | -| `tmax` | optional | tmax for server connection | `400` | `integer` | +| `siteId` | optional | site id | `'235911'` | `string` | \ No newline at end of file From 7bdec0a4d8d3641408345293e0cb69b69dbe85eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grudzie=C5=84=20Pawe=C5=82?= Date: Wed, 15 Jul 2026 12:09:59 +0200 Subject: [PATCH 2/3] Fix markdownlint errors in gopl.md --- dev-docs/bidders/gopl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/gopl.md b/dev-docs/bidders/gopl.md index d453587ab7..89f3b93512 100644 --- a/dev-docs/bidders/gopl.md +++ b/dev-docs/bidders/gopl.md @@ -13,10 +13,10 @@ sidebarType: 1 --- -### Bid Params +## Bid Params {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|----------------------------|-----------------------------|-----------| | `id` | optional | placement id | `'006'` | `string` | -| `siteId` | optional | site id | `'235911'` | `string` | \ No newline at end of file +| `siteId` | optional | site id | `'235911'` | `string` | From 3baedf963ecb2fc3bdd5880d67c5982a311d35a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grudzie=C5=84=20Pawe=C5=82?= Date: Tue, 11 Aug 2026 11:43:41 +0200 Subject: [PATCH 3/3] Add migration note and redirect for renamed sspBC adapter Address review feedback: redirect old /dev-docs/bidders/sspBC links to this page and explain the rename so users aren't confused by the missing docs. Co-Authored-By: Claude Sonnet 5 --- dev-docs/bidders/gopl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-docs/bidders/gopl.md b/dev-docs/bidders/gopl.md index 89f3b93512..177b36574c 100644 --- a/dev-docs/bidders/gopl.md +++ b/dev-docs/bidders/gopl.md @@ -5,6 +5,8 @@ description: Go.pl Bidder Adaptor pbjs: true pbs: true biddercode: gopl +redirect_from: + - /dev-docs/bidders/sspBC media_types: banner, video, native floors_supported: true tcfeu_supported: true @@ -12,6 +14,8 @@ gvl_id: 690 sidebarType: 1 --- +{: .alert.alert-info :} +This adapter was formerly named `sspBC`. It has been renamed to `gopl`; if you're upgrading from the old integration, update your bidder code from `sspBC` to `gopl`. ## Bid Params