Skip to content

Platform independent js SDK for tracking via google analytics HTTP interface

License

Notifications You must be signed in to change notification settings

ilian6806/ga.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ga.js

Platform independent js SDK for tracking via google analytics HTTP interface

Code Climate Issue Count

Usage:

ga.init({
    trackingId: 'UA-12345678-99',
    appName: 'My app',
    appVersion: '1.0.0.0'
}).trackSession(true);
ga.trackView('main_view');
ga.trackEvent('Event category', 'Event action');

About

Platform independent js SDK for tracking via google analytics HTTP interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published