GithubHelp home page GithubHelp logo

jooy2 / gtag-ga Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 0.0 407 KB

๐Ÿ“Š Google Analytics 4 (gtag.js) for NodeJS ES Module. Simple installation to send page views or event tracking.

Home Page: https://www.npmjs.com/package/gtag-ga

License: MIT License

TypeScript 100.00%
analytics google-analytics google-analytics-4 google-tag-manager gtag npm-module tracking typescript gtm

gtag-ga's Introduction

๐Ÿ“Š gtag-ga

Google Analytics 4 (gtag.js) for NodeJS ES Module. Simple installation to send page views or event tracking.

license Programming Language Usage Commit Count npm downloads npm latest package minified size github repo size Followers Stars

  • โšก๏ธ Lightweight modules & quick setup & fast performance
  • โšก๏ธ Zero dependency packages. ESM packages available everywhere
  • โšก๏ธ Support for the latest NodeJS, Google Analytics 4
  • โšก๏ธ Support for TypeScript

Installation

gtag-ga requires Node.js 12.x or higher, and the repository is serviced through NPM.

After configuring the node environment, you can simply run the following command.

# via npm
$ npm install gtag-ga

# via yarn
$ yarn add gtag-ga

# via pnpm
$ pnpm install gtag-ga

How to use

Recommend: Using named import (Multiple utilities in a single require)

import { initializeGtag } from 'gtag-ga';

initializeGtag('G-XXXXXXXXXX'); // Your tracking code

Using whole class (multiple utilities simultaneously with one object)

import GtagGA from 'gtag-ga';

GtagGA.initializeGtag('G-XXXXXXXXXX'); // Your tracking code

Methods

initializeGtag (void)

Enable gtag.js in your webpage environment. Ideally, it should only be called once at the start (but multiple calls won't hurt). The first argument value should include your Google Analytics tracking ID, which starts with G-.

  • (Required) trackingId::string
  • config::object
initializeGtag('G-XXXXXXXXXX'); // Your tracking code

gtag (void)

The usage of this function is the same as the gtag functions used in regular gtag.js.

Learn more in the official gtag.js documentation at: https://developers.google.com/tag-platform/gtagjs/configure#step_2_send_data_with_event

gtag('event', 'eventName', { 'key': 'value' });

Contribute

You can report issues on GitHub Issue Tracker. You can also request a pull to fix bugs and add frequently used features.

License

Copyright ยฉ 2023 Jooy2 <[email protected]> Released under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.