1.2.1 • Published 10 years ago

code42day-ga v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

ga

Google Analytics tracking snippet You might want to use code42day/ua instead - it supports new Google Universal Analytics snipper.

Installation

$ component install code42day/ga

API

Activate Google Analytics on the page and track page

require('ga')("UA-XXXX-X");

Alternatively you can define GA property ID as a data attribute of document body

Check test/index.html for example.

License

MIT