1.0.9 • Published 5 years ago

@letscreateltd/lc-google-analytics v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

To add Google Analytics to React projects.

How do I get set up?

npm i @letscreateltd/lc-google-analytics

Also, you must be npm logged in to install this lib because this is a private package.

Example

import GA from '@letscreateltd/lc-google-analytics';

<Router history={history}>
   {GA.init("UA-136955369-1") && (<Route path="/" component={GA.RouteTracker} />)}
   <Switch>
      <Route exact path="/" component={Home} />
   </Switch>
</Router>

Who do I talk to?

Zak (If not working, make sure to disable Adblock for the site)

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago