Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 480 Bytes

kargoAnalyticsAdapter.md

File metadata and controls

33 lines (25 loc) · 480 Bytes

Overview

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

Description

Analytics adapter for Kargo. Contact [email protected] for information.

Usage

The simplest way to enable the analytics adapter is this

pbjs.enableAnalytics([{
  provider: 'kargo',
  options: {
      sampling: 100 // value out of 100
  }
}]);

Test Parameters

{
  provider: 'kargo',
  options: {
      sampling: 100
  }
}