Skip to content

Commit e62e9b9

Browse files
committed
Add initial documentation for Synapse HX adapter
1 parent 708230f commit e62e9b9

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

dev-docs/bidders/synapsehx.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: bidder
3+
title: Synapse HX
4+
biddercode: synapseHX
5+
description: Prebid Synapse HX Adapter
6+
tcfeu_supported: false
7+
coppa_supported: true
8+
gpp_supported: false
9+
floors_supported: true
10+
media_types: banner, video
11+
multiformat_supported: will-bid-on-any
12+
safeframes_ok: false
13+
schain_supported: false
14+
usp_supported: true
15+
pbjs: false
16+
pbs: true
17+
prebid_member: false
18+
fpd_supported: false
19+
privacy_sandbox: no
20+
ortb_blocking_supported: true
21+
sidebarType: 1
22+
---
23+
24+
## Before You Begin
25+
26+
The Synapse HX bidder adapter requires additional setup and approval from the Compas team. For additional information, please reach out to <prebid@compas-inc.com>.
27+
28+
## Bid Params
29+
30+
{: .table .table-bordered .table-striped }
31+
32+
| Name | Scope | Description | Example | Type |
33+
| --- | --- | --- | --- | --- |
34+
| `tenantId` | required | Synapse HX tenant identifier | `'deadbeef-cafe-4bad-8000-feedfacecafe'` | `string` |
35+
| `adUnitId` | optional | Synapse HX ad unit identifier | `'cafebabe-feed-4f00-9000-deadbeefbabe'` | `string` |
36+
37+
## Additional Notes
38+
39+
### Request Attributes
40+
41+
- Bids are returned in **net** - that is, the bids returned reflect the bid amount with revenue sharing already taken into account. No adjustment is necessary.
42+
- Ensure that the `tenantId` parameter is set correctly for your integration.
43+
- If the `adUnitId` parameter is omitted, the integration falls back to the default ad unit configured for the specified `tenantId`.

0 commit comments

Comments
 (0)