From 219e97ffc151758122b1a2904cac222d661b5e64 Mon Sep 17 00:00:00 2001 From: Filip Stamenkovic Date: Mon, 15 Sep 2025 10:37:31 +0200 Subject: [PATCH 1/2] add support for prebid server --- dev-docs/bidders/showheroes-bs.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-docs/bidders/showheroes-bs.md b/dev-docs/bidders/showheroes-bs.md index 9a07f39efa..0fc38ca752 100644 --- a/dev-docs/bidders/showheroes-bs.md +++ b/dev-docs/bidders/showheroes-bs.md @@ -14,6 +14,7 @@ floors_supported: true fpd_supported: true multiformat_supported: will-bid-on-one sidebarType: 1 +pbs: true --- @@ -55,6 +56,29 @@ Or, more easily you can mark the whole request as a test request by doing: pbjs.setConfig({ortb2: {test: 1}}) ``` +#### Prebid Server Test Request + +To verify that the Prebid Server is working properly with the server-side `Showheroes` adapter a `test` property can be utilized. + + +```json +{ + "imp": [{ + "video": {}, + "ext": { + "params": { + "unitId": "1234abcd-5678efgh" + } + } + }], + "site": { + "page": "{PAGE_URL}" + }, + "test": 1 +} +``` + + #### Outstream Example of adunit configuration for the outstream unit: From ff3abaa1a9e8b8d5f42a9fec146065e25a1cde97 Mon Sep 17 00:00:00 2001 From: Filip Stamenkovic Date: Mon, 15 Sep 2025 10:42:33 +0200 Subject: [PATCH 2/2] md style fix --- dev-docs/bidders/showheroes-bs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-docs/bidders/showheroes-bs.md b/dev-docs/bidders/showheroes-bs.md index 0fc38ca752..d8c298a88a 100644 --- a/dev-docs/bidders/showheroes-bs.md +++ b/dev-docs/bidders/showheroes-bs.md @@ -60,7 +60,6 @@ pbjs.setConfig({ortb2: {test: 1}}) To verify that the Prebid Server is working properly with the server-side `Showheroes` adapter a `test` property can be utilized. - ```json { "imp": [{ @@ -78,7 +77,6 @@ To verify that the Prebid Server is working properly with the server-side `Showh } ``` - #### Outstream Example of adunit configuration for the outstream unit: