Admaru
Features
| Bidder Code | admaru | Prebid.org Member | no | 
|---|---|---|---|
| Media Types | display | GDPR TCF Support | no | 
| User IDs | none | USP/CCPA Support | no | 
| Supply Chain Support | no | COPPA Support | no | 
| Demand Chain Support | no | Safeframes OK | check with bidder | 
| 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 | check with bidder | ORTB Blocking Support | 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_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 | 
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
                }
           }
       ]
    }
];