Module Name: Konduit Analytics Adapter
Module Type: Analytics Adapter
Maintainer: [email protected]
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.
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'
})