Back to Bidders

LKQD

Note:

This adapter is not available in current versions of Prebid.js. Reason:

Features

Bidder Code lkqd Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display, video 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 check with bidder COPPA Support check with bidder
Supply Chain Support yes 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

Note

For more information about LKQD Ad Serving and Management, please contact info@lkqd.com.

Bid Params

Name Scope Description Example Type
siteId required   '662921' string
placementId required   '263' string

Ad Unit Setup for Instream Video

const adUnits = [{
  code: 'video1', // ad slot HTML element ID  
  mediaTypes: {
    video: {                  // We recommend setting the following video params
                              // in Ad Unit rather than bidder params as per Prebid 4.0 recommendation. 
      playerSize: [640, 480], // required
      context: 'instream'     // required
    }   
  }, 
  bids: [{
    bidder: 'lkqd',
    params: {
        siteId: '662921',    // required    
        placementId: '263'       // 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_lkqd hb_bidder_lkqd hb_adid_lkqd
hb_size_lkqd hb_source_lkqd hb_format_lkqd
hb_cache_host_lkqd hb_cache_id_lkqd hb_uuid_lkqd
hb_cache_path_lkqd hb_deal_lkqd

Back to Bidders