smartadline
Features
| Bidder Code | smartadline | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display | Multi Format Support | check with bidder | 
| TCF-EU Support | no | IAB GVL ID | check with bidder | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | check with bidder | COPPA Support | check with bidder | 
| Supply Chain Support | check with bidder | Demand Chain Support | check with bidder | 
| Safeframes OK | check with bidder | Supports Deals | no | 
| Floors Module Support | no | First Party Data Support | no | 
| User IDs | none | ORTB Blocking Support | check with bidder | 
| Privacy Sandbox | check with bidder | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| publisherId | required | Unique identificator per widget integration provided by Smartadline team | '1234567' | string | 
Note
The Smartadline bidder adaptor requires setup and approval from the Smartadline team. Please reach out to smartadline@gmail.com for more information.
Banner - Ad Unit Setup
var adUnits = [
        {
            code: 'slot123',
            mediaTypes: {
                banner: {
                    sizes: [[300, 250]],  // a display size
                }
            },
            bids: [
                {
                    bidder: "smartadline",
                    params: {
                          publisherId: '1234567', //required
                    }
                }
            ]
        }
    ]
"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_smartadline | hb_bidder_smartadlin | hb_adid_smartadline | 
| hb_size_smartadline | hb_source_smartadlin | hb_format_smartadlin | 
| hb_cache_host_smarta | hb_cache_id_smartadl | hb_uuid_smartadline | 
| hb_cache_path_smarta | hb_deal_smartadline |