Back to Bidders

Mobkoi

Features

Bidder Code mobkoi Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support will-bid-on-one
TCF-EU Support yes IAB GVL ID 898
GPP Support tcfeu DSA Support no
USP/CCPA Support no COPPA Support no
Supply Chain Support no Demand Chain Support no
Safeframes OK no Supports Deals no
Floors Module Support no First Party Data Support yes
User IDs none ORTB Blocking Support partial
Privacy Sandbox check with bidder

Note

The Mobkoi Bidding adapter requires setup and approval before beginning. Please reach out to platformteam@mobkoi.com for more details.

Bid Params

Path Scope Description Example Type
placementId required Mobkoi Provided Placement ID 'DF2FFFFF' string

Example Configuration

const adUnits = [
  {
    code: 'banner-ad',
    mediaTypes: {
      banner: { sizes: [300, 200] },
    },
    bids: [
      {
        bidder: 'mobkoi',
        params: {
          placementId: '<-- Placement ID provided by Mobkoi -->',
        },
      },
    ],
  },
];

pbjs.que.push(function () {
  pbjs.addAdUnits(adUnits);
});

"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_mobkoi hb_bidder_mobkoi hb_adid_mobkoi
hb_size_mobkoi hb_source_mobkoi hb_format_mobkoi
hb_cache_host_mobkoi hb_cache_id_mobkoi hb_uuid_mobkoi
hb_cache_path_mobkoi hb_deal_mobkoi

Back to Bidders