diff --git a/dev-docs/analytics/kargo.md b/dev-docs/analytics/kargo.md index dca2191092..ccb9265a55 100644 --- a/dev-docs/analytics/kargo.md +++ b/dev-docs/analytics/kargo.md @@ -8,5 +8,15 @@ enable_download: false #### Registration -Please visit [https://kargo.com/](https://kargo.com/) for more information. +Please visit [https://kargo.com/](https://kargo.com/) or contact your Kargo account manager for more information. + +#### Example Configuration + +```js +pbjs.enableAnalytics({ + provider: 'kargo', + options: { + sampling: 100 // value out of 100 + } +});