Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

homingos/analytics-tracking-node

Repository files navigation

Analytics-tracking-node

This package aims to simplify the use of Analytics.

Installation

npm install --from-git git@github.com:homingos/analytics-tracking-node.git#1.1.0

Usage

All the arguments used here are optional and can be used as per need !!

const serviceRequests = {
	enviornment: "sandbox | Production",
	adjustToken: "Adjust Token",
	tagManagerArgs: {
		gtmId: "React TagManager GTM ID",
	},
};

After initialization

AnalyticsService.init(serviceRequests);

Enjoy!

All in One service package.

Typescript

Everything will be typed in the future builds.

License

This analytics-tracking-node package is an open-sourced software licensed under the MIT license.

Contributing

Issues and PRs are obviously welcomed and encouraged, both for new features and documentation.

About

No description or website provided.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors