01ddb6f4-06e4-4a06-99d5-23d1d6fc728f // identify with email mootrack('identify', 'john@doe.com'); // identify with email and name // commented out as you need to choose one of these calls only //mootrack('identify', 'john@doe.com', 'John Doe'); // track a view of the current page mootrack('trackPageView');