Skip to content

Instantly share code, notes, and snippets.

@jclusso
jclusso / em-ga-converted.js
Created February 28, 2015 03:24
Exit Monitor Converted + Google Analytics Goal
$(document).on("em:converted", function(event, data) {
ga('send', 'event', 'exitmonitor', 'signup', 'email');
});