Skip to content

Commit 4a45f98

Browse files
New pbs adapter: Showheroes (prebid#6256)
* add support for prebid server * md style fix
1 parent a5362e1 commit 4a45f98

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dev-docs/bidders/showheroes-bs.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ floors_supported: true
1414
fpd_supported: true
1515
multiformat_supported: will-bid-on-one
1616
sidebarType: 1
17+
pbs: true
1718
---
1819

1920

@@ -55,6 +56,27 @@ Or, more easily you can mark the whole request as a test request by doing:
5556
pbjs.setConfig({ortb2: {test: 1}})
5657
```
5758

59+
#### Prebid Server Test Request
60+
61+
To verify that the Prebid Server is working properly with the server-side `Showheroes` adapter a `test` property can be utilized.
62+
63+
```json
64+
{
65+
"imp": [{
66+
"video": {},
67+
"ext": {
68+
"params": {
69+
"unitId": "1234abcd-5678efgh"
70+
}
71+
}
72+
}],
73+
"site": {
74+
"page": "{PAGE_URL}"
75+
},
76+
"test": 1
77+
}
78+
```
79+
5880
#### Outstream
5981

6082
Example of adunit configuration for the outstream unit:

0 commit comments

Comments
 (0)