Skip to content

Commit d06a009

Browse files
Updated documentaion to reflect adapter changes. (#6475)
Co-authored-by: oskarcokl <oskar.cokl@iprom.si>
1 parent 07314b8 commit d06a009

1 file changed

Lines changed: 33 additions & 7 deletions

File tree

dev-docs/bidders/iprom.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,48 @@
11
---
22
layout: bidder
33
title: iPROM
4-
description: iPROM Prebid Adaptor
4+
description: iPROM Prebid Adapter
55
biddercode: iprom
66
media_types: banner
77
pbjs: true
8+
pbs: false
9+
gvl_id: 811
10+
tcfeu_supported: true
11+
usp_supported: false
12+
dsa_supported: false
13+
coppa_supported: false
14+
gpp_sids: none
15+
schain_supported: true
16+
dchain_supported: false
17+
userId: none
818
enable_download: true
19+
safeframes_ok: false
20+
deals_supported: false
21+
floors_supported: false
22+
fpd_supported: true
23+
prebid_member: false
24+
ortb_blocking_supported: false
25+
privacy_sandbox: no
926
sidebarType: 1
1027
---
1128

12-
### Prebid Server Note
29+
## Prebid Server Note
1330

1431
For registration with our bidder please see our website at [www.iprom.eu](https://www.iprom.eu) or contact us at <support@iprom.si>.
1532

16-
### Bid Params
33+
## First Party Data
34+
35+
iPROM supports first-party data (`ortb2`) and SupplyChain (`schain`) objects.
36+
In legacy mode, `schain` is sent separately and the remaining `ortb2` data is passed as `firstPartyData`.
37+
In ORTB mode, the adapter builds an OpenRTB request from the available Prebid request data.
38+
39+
## Bid Params
1740

1841
{: .table .table-bordered .table-striped }
19-
| Name | Scope | Description | Example | Type |
20-
|-------------|----------|--------------------------------|---------|-----------|
21-
| `id` | required | The site ID from iPROM. | '1234' | string |
22-
| `dimension` | required | iPROM specific bidding zone. | '300x250' | string |
42+
43+
| Name | Scope | Description | Example | Type |
44+
|-------------|----------|-------------------------------------------------------------------------------|-----------------------------------------|---------|
45+
| `id` | required | The site ID from iPROM. | `'1234'` | string |
46+
| `dimension` | optional | iPROM-specific bidding zone. Comma-separated if multiple values are provided. | `'300x250'` | string |
47+
| `endpoint` | optional | A different HTTPS endpoint to use for bid responses. | `'https://core.iprom.net/programmatic'` | string |
48+
| `ortb` | optional | Whether the request payload should be constructed using the OpenRTB format. | `true` | boolean |

0 commit comments

Comments
 (0)