From 4c7156f737846e64ccbe7e971fd6c20cb0238559 Mon Sep 17 00:00:00 2001 From: acsbendi Date: Fri, 20 May 2022 11:02:16 +0200 Subject: [PATCH 1/5] Fixed docs for Kobler adapter. --- dev-docs/bidders/kobler.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-docs/bidders/kobler.md b/dev-docs/bidders/kobler.md index 626aa435cb..339280d6ac 100644 --- a/dev-docs/bidders/kobler.md +++ b/dev-docs/bidders/kobler.md @@ -45,9 +45,8 @@ Kobler identifies the placement using the combination of the page URL and the al ``` In order to see a sample bid from Kobler (without a proper setup), you have to also do the following: - - Set the `test` parameter to `true`. -- Set `config.pageUrl` to `'https://www.tv2.no/mening-og-analyse/14555348/'`. This is necessary because Kobler only bids on recognized articles. Kobler runs its own test campaign to make sure there is always a bid for this specific page URL. +- Set config.pageUrl to `'https://www.tv2.no/mening-og-analyse/14555348/'`. This is necessary because Kobler only bids on recognized articles. ### Example With Optional Parameters From 54c80230efa46a7531110e06e16e891ef7aaba87 Mon Sep 17 00:00:00 2001 From: acsbendi Date: Fri, 20 May 2022 15:41:40 +0200 Subject: [PATCH 2/5] Added more details about page URL. --- dev-docs/bidders/kobler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/kobler.md b/dev-docs/bidders/kobler.md index 339280d6ac..1879055216 100644 --- a/dev-docs/bidders/kobler.md +++ b/dev-docs/bidders/kobler.md @@ -46,7 +46,7 @@ Kobler identifies the placement using the combination of the page URL and the al In order to see a sample bid from Kobler (without a proper setup), you have to also do the following: - Set the `test` parameter to `true`. -- Set config.pageUrl to `'https://www.tv2.no/mening-og-analyse/14555348/'`. This is necessary because Kobler only bids on recognized articles. +- Set `config.pageUrl` to `'https://www.tv2.no/mening-og-analyse/14555348/'`. This is necessary because Kobler only bids on recognized articles. Kobler runs its own test campaign to make sure there is always a bid for this specific page URL. ### Example With Optional Parameters From 09899c4d342558172418ef95f74b8a354da03a53 Mon Sep 17 00:00:00 2001 From: acsbendi Date: Fri, 20 Oct 2023 14:54:00 +0200 Subject: [PATCH 3/5] Fixed missing blank line. --- dev-docs/bidders/kobler.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/kobler.md b/dev-docs/bidders/kobler.md index 1879055216..626aa435cb 100644 --- a/dev-docs/bidders/kobler.md +++ b/dev-docs/bidders/kobler.md @@ -45,6 +45,7 @@ Kobler identifies the placement using the combination of the page URL and the al ``` In order to see a sample bid from Kobler (without a proper setup), you have to also do the following: + - Set the `test` parameter to `true`. - Set `config.pageUrl` to `'https://www.tv2.no/mening-og-analyse/14555348/'`. This is necessary because Kobler only bids on recognized articles. Kobler runs its own test campaign to make sure there is always a bid for this specific page URL. From 052d690d20df8e0ae7b136c6f10164658c3567ce Mon Sep 17 00:00:00 2001 From: Tommy Pettersen <42890605+TommyHPettersen@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:05:40 +0200 Subject: [PATCH 4/5] Added prebid.server support, changed documentation to specify prebid.js --- dev-docs/bidders/kobler.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/kobler.md b/dev-docs/bidders/kobler.md index 626aa435cb..568e79ac00 100644 --- a/dev-docs/bidders/kobler.md +++ b/dev-docs/bidders/kobler.md @@ -4,6 +4,7 @@ title: Kobler description: Kobler Bidder Adapter biddercode: kobler pbjs: true +pbs: true media_types: banner floors_supported: true deals_supported: true @@ -15,7 +16,7 @@ sidebarType: 1 The Kobler Bidder Adapter requires setup and approval from Kobler AS. Please reach out to for more information. -### Bid Params +### Prebid.js Bid Params {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | @@ -24,7 +25,7 @@ Please reach out to for more information. | `floorPrice` | optional | Floor price in CPM and in USD. Can be used as an alternative to the [Floors module](https://docs.prebid.org/dev-docs/modules/floors.html), which is also supported by this adapter. Defaults to 0. | `5.0` | `float` | | `dealIds` | optional | Array of deal IDs. | `['abc328745', 'mxw243253']` | `array of strings` | -### Implicit parameters +### Prebid.js Implicit parameters Kobler identifies the placement using the combination of the page URL and the allowed sizes. As a result, it's important that the correct sizes are provided in `banner.sizes` in order for Kobler to correctly identify the placement. The main, desired format should be the first element of this array. From ed8d4a29a4a68172b05588403815c3ccbe91aa92 Mon Sep 17 00:00:00 2001 From: Tommy Pettersen <42890605+TommyHPettersen@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:23:56 +0200 Subject: [PATCH 5/5] added more detailed information about the adapters parameters --- dev-docs/bidders/kobler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/kobler.md b/dev-docs/bidders/kobler.md index 568e79ac00..f3336884be 100644 --- a/dev-docs/bidders/kobler.md +++ b/dev-docs/bidders/kobler.md @@ -47,8 +47,8 @@ Kobler identifies the placement using the combination of the page URL and the al In order to see a sample bid from Kobler (without a proper setup), you have to also do the following: -- Set the `test` parameter to `true`. -- Set `config.pageUrl` to `'https://www.tv2.no/mening-og-analyse/14555348/'`. This is necessary because Kobler only bids on recognized articles. Kobler runs its own test campaign to make sure there is always a bid for this specific page URL. +- Prebid.js: Set the `test` parameter of Kobler's adapter to `true`. Prebid-server: Set the `test` parameter of the bid request to `1`. +- Prebid.js: Set `config.pageUrl` to `'https://www.tv2.no/mening-og-analyse/14555348/'`. Prebid-server: Set the `site.page` parameter of the bid request to `'https://www.tv2.no/mening-og-analyse/14555348/'`. This is necessary because Kobler only bids on recognized articles. Kobler runs its own test campaign to make sure there is always a bid for this specific page URL. ### Example With Optional Parameters