Back to Bidders

Admaru

Features

Bidder Code admaru 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 no COPPA Support check with bidder
Supply Chain Support no 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
pub_id required Publisher id 'ap4m2b6m8' string
adspace_id required Adspace id 'a3j5n6b1' string

Test Parameters

var adUnits = [
    {
        code: 'test-div',
        mediaTypes: {
            banner: {
                sizes: [[300, 250]],  // a display size
            }
        },
        bids: [
           {
               bidder: "admaru",
               params: {
                    pub_id: '1234', // string - required
                    adspace_id: '1234' // string - 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_admaru hb_bidder_admaru hb_adid_admaru
hb_size_admaru hb_source_admaru hb_format_admaru
hb_cache_host_admaru hb_cache_id_admaru hb_uuid_admaru
hb_cache_path_admaru hb_deal_admaru

Back to Bidders