- Update for Meteor 1.4
- Use plugin architecture instead of wrapping
Router.route
Bug fixes:
- Use
ga('set', '&uid', Meteor.userId())
instead ofga('set', 'userId', Meteor.userId())
per Google's instructions when setting up user ID tracking
Features:
- Add user ID tracking via
trackUserId
configuration option