Skip to content

Javascript library to track events using regular expression. Store in Google Analytics.

Notifications You must be signed in to change notification settings

dnprock/beaglejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

With beaglejs, you can specify class of tags that you want to track in Google Analytics.

No need to instrument all event points manually. Pass in a regex of your tags' class name and viola!

setBeagle([Google Analytics ID], [App Domain], [regex of classnames]);

e.g.

setBeagle('UA-42923639-2', 'herokuapp.com', 'btn*');

About

Javascript library to track events using regular expression. Store in Google Analytics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published