Back to Bidders

Orbitsoft

Features

Bidder Code orbitsoft 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 The placement ID (site channel ID) 142 integer
requestUrl required Url to perform search request 'http://adserver.com/ads/show/hb' string
style optional Creative styles. Actual only for text ads   string
customParams optional Permits passing any publisher key-value pairing into the bid request {"macro_name": "macro_value" } object

Example:

{
    bidder: "orbitsoft",
    params: {
        placementId: 142,
        requestUrl: "https://orbitsoft.com/php/ads/hb.php",
        style: {
            title: {
                family: "Tahoma",
                size: "medium",
                weight: "normal",
                style: "normal",
                color: "0053F9"
            },
            description: {
                family: "Tahoma",
                size: "medium",
                weight: "normal",
                style: "normal",
                color: "0053F9"
            },
            url: {
                family: "Tahoma",
                size: "medium",
                weight: "normal",
                style: "normal",
                color: "0053F9"
            },
            colors: {
                background: "ffffff",
                border: "E0E0E0",
                link: "5B99FE"
            }
        }
        customParams: {
            macro_name: "macro_value"
        }
    }
}

"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_orbitsoft hb_bidder_orbitsoft hb_adid_orbitsoft
hb_size_orbitsoft hb_source_orbitsoft hb_format_orbitsoft
hb_cache_host_orbits hb_cache_id_orbitsof hb_uuid_orbitsoft
hb_cache_path_orbits hb_deal_orbitsoft

Back to Bidders