1.1.1 • Published 2 years ago

analytics-tracking-node v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.