Bonfire Analytics

This commit is contained in:
Nathan Leniz
2015-02-03 18:37:56 -05:00
parent f7e136e3d3
commit c1b995b465
3 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
$(document).ready(function() {
if (bonfireName !== undefined) {
if (bonfireName) {
ga('send', 'event', 'Bonfire', 'load', bonfireName + ':' + Math.floor(Date.now() / 1000));
}