@groww-tech/analytics
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

web-analytics

npm version minzipped size GitHub Workflow Status


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.



Package Sidebar

Install

npm i @groww-tech/analytics

Weekly Downloads

557

Version

1.1.2

License

MIT

Unpacked Size

9.27 kB

Total Files

14

Last publish

Collaborators

  • vikaz707