Since you're setting events with Custom Links, ensure that you also have set linkTrackVars and linkTrackEvents in your "Set variables" action.
If you have the s.apl plugin in your Launch library, you can do this:
s.linkTrackVars = s.apl(s.linkTrackVars, 'events');
s.linkTrackEvents = s.events;