Back to Bidders

AdMatic

Features

Bidder Code admatic Prebid.org Member no
Media Types display, video GDPR TCF Support no
User IDs criteo, id5Id, sharedId, unifiedId USP/CCPA Support no
Supply Chain Support no COPPA Support no
Demand Chain Support no GPP Support no
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 will-bid-on-any ORTB Blocking Support check with bidder
Safeframes OK yes

"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_admatic hb_bidder_admatic hb_adid_admatic
hb_size_admatic hb_source_admatic hb_format_admatic
hb_cache_host_admati hb_cache_id_admatic hb_uuid_admatic
hb_cache_path_admati hb_deal_admatic

Description

AdMatic header bidding adapter connects with AdMatic demand sources to fetch bids for banner network ID. Please reach out to your account manager or prebid@admatic.com.tr for more information.

Bid params

Name Scope Description Example Type
networkId required The network ID from AdMatic 12345 number
host required RTB Host layer.serve.admatic.com.tr string

Test Parameters

300x250 banner test

var adUnits = [{
  code: 'your-slot_1-div', //use exactly the same code as your slot div id.
  sizes: [[300, 250]],
  bids: [{
      bidder: 'admatic',
      params: { 
          networkId: 12345,
          host: 'layer.serve.admatic.com.tr'
      }
  }]
},{
  code: 'your-slot_2-div', //use exactly the same code as your slot div id.
  sizes: [[600, 800]],
  bids: [{
      bidder: 'admatic',
      params: { 
          networkId: 12345,
          host: 'layer.serve.admatic.com.tr'
      }
  }]
}];

UserSync example

pbjs.setConfig({
  userSync: {
    iframeEnabled: true,
    syncEnabled: true,
    syncDelay: 1
  }
});

Back to Bidders