[x] The first time a new user signs in to ILOS ga('send', 'event', 'users', 'signup')
[x] When someone becomes a Supporter for the first time. If they later support nothing and then becoma supporter again, this should not be counted) ga('send', 'event', 'users', 'firstTimeSupporter')
[x] When someone sets their first set of Maintainer Preferences (same qualitifying statement as above). ga('send', 'event', 'users', 'firstTimeMaintainer')
We will deal with all other reports within ILOS itself.
Joel - for you to expand upon for Ruslan
ga('send', 'event', 'users', 'signup')
ga('send', 'event', 'users', 'firstTimeSupporter')
ga('send', 'event', 'users', 'firstTimeMaintainer')
We will deal with all other reports within ILOS itself.