// identify with email
mootrack('identify', '
[email protected]');
// identify with email and name
// commented out as you need to choose one of these calls only
//mootrack('identify', '
[email protected]', 'John Doe');
// track a view of the current page
mootrack('trackPageView');