File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22layout : bidder
33title : iPROM
4- description : iPROM Prebid Adaptor
4+ description : iPROM Prebid Adapter
55biddercode : iprom
66media_types : banner
77pbjs : 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
818enable_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
926sidebarType : 1
1027---
1128
12- ### Prebid Server Note
29+ ## Prebid Server Note
1330
1431For 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 |
You can’t perform that action at this time.
0 commit comments