Module Name: Kargo Analytics Adapter Module Type: Analytics Adapter Maintainer: [email protected]
Analytics adapter for Kargo. Contact [email protected] for information.
The simplest way to enable the analytics adapter is this
pbjs.enableAnalytics([{
provider: 'kargo',
options: {
sampling: 100 // value out of 100
}
}]);
{
provider: 'kargo',
options: {
sampling: 100
}
}