web-analytics
Analytics service exposes methods to send events to 3rd party analytics tools like Webengage and Gtm
Installation
npm i @groww-tech/analytics
API
Analytics has a pretty straight forward API usage.
import { trackEvent } from '@groww-tech/analytics';
trackEvent('Dev', 'PageView'); //PageView event with Dev category is sent to both webengage and gtm when this method is used
📚Complete API Documentation
License
Analytics is licensed under a MIT License.
This package is customized for use in Groww projects. Use at your own risk.