Back to Bidders

SmartyTech

Features

Bidder Code smartytech Prebid.org Member no
Media Types display, video GDPR TCF Support no
User IDs none USP/CCPA Support no
Supply Chain Support no COPPA Support no
Demand Chain Support no GPP Support no
Supports Deals check with bidder Prebid.js Adapter yes
IAB GVL ID check with bidder Prebid Server Adapter no
Floors Module Support no First Party Data Support check with bidder
Multi Format Support will-bid-on-one ORTB Blocking Support check with bidder
Safeframes OK 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_smartytech hb_bidder_smartytech hb_adid_smartytech
hb_size_smartytech hb_source_smartytech hb_format_smartytech
hb_cache_host_smarty hb_cache_id_smartyte hb_uuid_smartytech
hb_cache_path_smarty hb_deal_smartytech

Bid Params

Name Scope Description Example Type
endpointId required Endpoint ID. 14 integer

Sample Banner Ad Unit Example

var adUnits = [{
    code: '/123123123/prebidjs-banner',
    mediaTypes: {
        banner: {
            sizes: [
                [300, 301],
                [300, 250]
            ]
        }
    },
    bids: [{
        bidder: 'smartytech',
        params: {
            endpointId: 14
        }
    }]
}];

Sample Video Ad Unit Example

var videoAdUnit = {
    code: '/123123123/video-vast-banner',
    mediaTypes: {
        video: {
            context: 'instream',
            playerSize: [640, 480],
            mimes: ['video/mp4'],
        }
    },
    bids: [{
        bidder: 'smartytech',
        params: {
            endpointId: 14
        }
    }]
};

Back to Bidders