crowdstart-analytics
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -229,2 +229,28 @@ // Generated by CoffeeScript 1.9.3 | ||
GoogleAnalytics.prototype.viewedCheckoutStep = function(event, props, opts, cb) { | ||
var ref; | ||
if (cb == null) { | ||
cb = function() {}; | ||
} | ||
this.setAction('checkout', { | ||
steps: (ref = props.step) != null ? ref : 1, | ||
option: opts | ||
}); | ||
this.sendEEEvent(event, props); | ||
return cb(null); | ||
}; | ||
GoogleAnalytics.prototype.completedCheckoutStep = function(event, props, opts, cb) { | ||
var ref; | ||
if (cb == null) { | ||
cb = function() {}; | ||
} | ||
this.setAction('checkout_option', { | ||
steps: (ref = props.step) != null ? ref : 1, | ||
option: opts | ||
}); | ||
this.sendEEEvent(event, props); | ||
return cb(null); | ||
}; | ||
return GoogleAnalytics; | ||
@@ -231,0 +257,0 @@ |
{ | ||
"name": "crowdstart-analytics", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Analytics support for Crowdstart.", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
153999
2011