'How do I send events to the new Google Analytics?

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!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source