Skip to content

deaconn-net/react-google-analytics

Repository files navigation

React Google Analytics

A small NPM package to handle inserting scripts required for Google Analytics to send analytics via a React component.

Usage

Props

  • tag - Your analytics tag ID.
import { GoogleAnalytics } from "deaconn-google-analytics"

...

return (
    <head>
        <GoogleAnalytics tag="mytagID" />
    </head>
);

Installation

You may install the component using the NPM package manager.

npm install deaconn-google-analytics

Credits