Hab.la Google Analytics Updates
A few you might have noticed that if you have google analytics and hab.la on the same page, you’ll start seeing statistics about hab.la in google analytics.
I just spent some time updating the GoogleAnalytics plugin for Hab.la.
Hab.la generated events will now show up at ‘/habla.events/’ as opposed to ‘/habla/’ i.e. ‘/habla.events/receive_message’
So if you wish to filter these events, you should do use the new path. You can also disable the Google analytics plugin by setting:
config.vars["disableGoogleAnalytics"] = true;
Finally, we have stopped logging the ‘chat_started’ event for now because it was essentially firing every time the hab.la box loaded when an operator was available. I have some ideas about how to fix this in the future, but I think the existing events will work fine for now.
The events we log to google analytics are:
"receive_message" "send_message" "window_expanded" "window_compressed" "window_closed"

Comments [0]