Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.03 KB

admaru.md

File metadata and controls

45 lines (40 loc) · 1.03 KB
layout title description pbjs biddercode media_types tcfeu_supported schain_supported usp_supported sidebarType
bidder
Admaru
Admaru Bidder Adapter
true
admaru
banner
false
false
false
1

Bid Params

{: .table .table-bordered .table-striped }

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
                }
           }
       ]
    }
];