Google Analytics just upgraded their system. How can I send custom events to the new Google Analytics in code?
The following code is no longer working
window.ga('send', {
hitType: 'event',
eventCategory: 'Mentor',
eventAction: 'register'
});
Thanks!