Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 542 Bytes

File metadata and controls

29 lines (21 loc) · 542 Bytes

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