Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@groww-tech/analytics

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groww-tech/analytics

Analytics service exposes methods to send events to 3rd party analytics tools like Webengage and Gtm.

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
434
decreased by-23.99%
Maintainers
1
Weekly downloads
 
Created
Source

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.



Keywords

FAQs

Package last updated on 11 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc