StroeerCore
Features
| Bidder Code | stroeerCore | Prebid.org Member | no | 
|---|---|---|---|
| Media Types | display | GDPR TCF Support | yes | 
| User IDs | criteo, id5Id, netId, pubCommonId, sharedId | USP/CCPA Support | no | 
| Supply Chain Support | yes | COPPA Support | no | 
| Demand Chain Support | no | Safeframes OK | yes | 
| Supports Deals | yes | Prebid.js Adapter | yes | 
| IAB GVL ID | 136 | Prebid Server Adapter | yes | 
| Floors Module Support | no | First Party Data Support | no | 
| Multi Format Support | will-bid-on-one | ORTB Blocking Support | check with bidder | 
"Send All Bids" Ad Server Keys
These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.| hb_pb_stroeerCore | hb_bidder_stroeerCor | hb_adid_stroeerCore | 
| hb_size_stroeerCore | hb_source_stroeerCor | hb_format_stroeerCor | 
| hb_cache_host_stroee | hb_cache_id_stroeerC | hb_uuid_stroeerCore | 
| hb_cache_path_stroee | hb_deal_stroeerCore | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| sid | required | Slot ID | '06b782cc-091b-4f53-9cd2-0291679aa1ac' | string | 
Config Notes
- Slot id (sid) is required. The adapter will ignore bid requests from prebid ifsidis not provided. This must be in the decoded form. For example, “1234” as opposed to “MTM0ODA=”.
- The server ignores dimensions that are not supported by the slot or by the platform (such as 987x123).
Ad unit configuration for publishers
const adUnits = [{ 
    code: 'div-gpt-ad-1460505748561-0',
    mediaTypes: {
        banner: {
            sizes: [[300, 250]],
        }
    },
    bids: [{
        bidder: 'stroeerCore',
        params: {
          sid: "06b782cc-091b-4f53-9cd2-0291679aa1ac"
        }    
    }]
}];