_satellite.track() and passing related information
The Launch documentation suggests that the _satellite.track() function can be used to pass along extra information in the syntax:
_satellite.track('contact_submit', { name: 'John Doe' });
However when I access this detail object using %event.detail%, the element is resolved as "[object Object]"
Have I done something wrong or is this an error in the documentation?