Boba.js: a JavaScript library for Google Analytics
boba.space150.com
Boba.js: a JavaScript library for Google Analytics
1–10 of 15 posts
Re: Boba.js: a JavaScript library for Google Analytics
#2Re: Boba.js: a JavaScript library for Google Analytics
#3Cool stuff! :)
Re: Boba.js: a JavaScript library for Google Analytics
#4This is pretty awesome. GA isn't the easiest thing to work with, nor the most semantical. Boba seems to add some sense into the entire ordeal. Cool stuff! :)
Re: Boba.js: a JavaScript library for Google Analytics
#5Re: Boba.js: a JavaScript library for Google Analytics
#6This is pretty awesome. GA isn't the easiest thing to work with, nor the most semantical. Boba seems to add some sense into the entire ordeal. Cool stuff! :)
Have you tried using Google Tag Manager? It does most of this through a simple UI, which means less work/frustration for developers.
Re: Boba.js: a JavaScript library for Google Analytics
#7It is too bad it requires jQuery, looks useful otherwise.
Feel free to open an issue—or even better, send a pull request—on GitHub. :)
Re: Boba.js: a JavaScript library for Google Analytics
#8This is pretty awesome. GA isn't the easiest thing to work with, nor the most semantical. Boba seems to add some sense into the entire ordeal. Cool stuff! :)
Have you tried using Google Tag Manager? It does most of this through a simple UI, which means less work/frustration for developers.
Pros: - It's good at dealing with older browsers - It's async (non blocking) - Simple to implement - No dependencies
Cons: - UI is simple but workflow is a little confusing at first - Not "plug-and-play". Still requires a little working knowledge about Google Analytics.
Re: Boba.js: a JavaScript library for Google Analytics
#9Re: Boba.js: a JavaScript library for Google Analytics
#10I actually wrote a slick version of this a few months ago. No jQuery dependency, fully configurable: https://github.com/jbckmn/gatrack.js