Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 731 Bytes

konduitAnalyticsAdapter.md

File metadata and controls

32 lines (32 loc) · 731 Bytes

Overview

Module Name:  Konduit Analytics Adapter
Module Type:  Analytics Adapter
Maintainer:   [email protected]

​ ​

Description

​ Konduit Analytics adapter pushes Prebid events into Konduit platform, which is then organizes the data and presents it to a client in different insightful views. ​ For more information, visit the official Konduit website. ​ ​

Usage

​ Konduit Analytics can be enabled with a standard enableAnalytics call. Note it is also important to provide a valid Konduit identifier as a config parameter. ​

pbjs.setConfig({
  konduit: {
    konduitId: your_konduit_id,
  }
});pbjs.enableAnalytics({
  provider: 'konduit'
})