Live data from Hacker News

Boba.js: a JavaScript library for Google Analytics

boba.space150.com

1–10 of 15 posts

Re: Boba.js: a JavaScript library for Google Analytics

#4
post #3

This 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

#6
post #4
post #3

This 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.

I was thinking the same...

Re: Boba.js: a JavaScript library for Google Analytics

#7
post #5

It is too bad it requires jQuery, looks useful otherwise.

I've considered removing the dependency, but I'm not quite sure how I want to go about it. It's something I'd like to do, certainly, but as we use jQuery on pretty much all of our projects there wasn't too much motivation to ditch it.

Feel free to open an issue—or even better, send a pull request—on GitHub. :)

Re: Boba.js: a JavaScript library for Google Analytics

#8
post #4
post #3

This 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.

Google Tag Manager is great!

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.

Post reply on HN