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
Media Types display, video GDPR TCF Support yes
User IDs none USP/CCPA Support no
Supply Chain Support yes 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 check with bidder ORTB Blocking Support check with bidder
Safeframes OK 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_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

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

var 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     
    }
  }],
  ...
}

Back to Bidders