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 ...