Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages