1.1.5 • Published 8 years ago
ga-b v1.1.5
ga-b
Google Analytics for the browser as a module.
install
npm install ga-bexample
const ga = require('ga-b')
ga('create', trackingCode, 'auto')
ga('send', 'pageview')Google Analytics for the browser as a module.
npm install ga-bconst ga = require('ga-b')
ga('create', trackingCode, 'auto')
ga('send', 'pageview')