Hi,
I have set form successful events using _satellite.track() function along with additional information.
I want to capture additional information as eVars when this event occurs.
For example, I want to capture form name as eVar from below
_satellite.track('form_success', {formName: 'abc' });
Please suggest ways.