cordova plugin add https://github.com/danwilson/google-analytics-plugin.git
Then, in deviceready add the following:
analytics.startTrackerWithId('UA-XXXX-YY')
And for each event, simply:
analytics.trackEvent('Category', 'Action', 'Label', Value)
Job done. Big-up to Dan Wilson!