Created
July 31, 2017 13:37
-
-
Save shabaz-ejaz/53fe70bbd76f40fcdec8a1db9d70c570 to your computer and use it in GitHub Desktop.
Google Analytics Scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ReactGA from 'react-ga'; | |
const ga = ReactGA.ga(); | |
ga('send', 'event', 'programme', 'injury', 'report injury'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment