Back to Bidders

smartico

Features

Bidder Code smartico 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 check with bidder
Floors Module Support check with bidder First Party Data Support check with bidder
User IDs none ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder

Bid Params

Name Scope Description Example Type
placementId required Unique identificator per widget integration provided by customer '1234567' string
token required Unique 40-symbols identificator per customer provided by smartico 'FNVzUGZn9ebpIOoheh3kEJ2GQ6H6IyMH39sHXaya string
region optional Creative region alias 'berlin' string
regions optional Creative region aliases list ['berlin', 'hamburg'] Array<string>
bannerFormat optional Specific banner format alias 'medium_rectangle' string
language optional Two letter language code 'de' string

Note

The Smartico bidder adaptor requires setup and approval from the Smartico team. Please reach out to sk@smartico.eu for more information.

• Parameters ‘region’ and ‘regions’ are used as creatives feed filters, making sure creatives of specified region(s) to be only provided. The complete list of regions aliases must be predefined per each customer during the adapter integration.
• Parameter ‘regions’ can a array of region aliases or a string of comma separated region aliases
• Parameter ‘bannerFormat’ is needed in cases when it is not possible to precisely resolve the banner format by provided sizes as two or more banner formats could match that. The list supported banner formats could vary per customer thus must be predefined during the adapter integration.
• Parameter ‘language’ is used as creatives feed filter, making sure creatives of specified or no language content to be only provided and simultaneously making sure labels of specified language to be displayed inside creatives. The default label language is German.

var adUnits = [
        {
            code: 'slot123',
            mediaTypes: {
                banner: {
                    sizes: [[300, 250]],  // a display size
                }
            },
            bids: [
                {
                    bidder: "smartico",
                    params: {
                          placementId: 'placement123', //required
                          token: "FNVzUGZn9ebpIOoheh3kEJ2GQ6H6IyMH39sHXaya", // required
              region: "sample-region-code-1", // optional
                          regions: ["sample-region-code-1","sample-region-code-2"], // optional 
                          bannerFormat: "medium_rectangle", // optional 
                          language:"de" // optional 
                    }
                }
            ]
        }
    ]

"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_smartico hb_bidder_smartico hb_adid_smartico
hb_size_smartico hb_source_smartico hb_format_smartico
hb_cache_host_smarti hb_cache_id_smartico hb_uuid_smartico
hb_cache_path_smarti hb_deal_smartico

Back to Bidders